フィルターのクリア

How to calculate Picture length from picture?

3 ビュー (過去 30 日間)
Devyani Sankhe
Devyani Sankhe 2021 年 1 月 26 日
コメント済み: Devyani Sankhe 2021 年 4 月 2 日
How to calculate Picture length from picture?
  20 件のコメント
Esila Darci
Esila Darci 2021 年 2 月 9 日
編集済み: Esila Darci 2021 年 2 月 9 日
I attended the onramp course now completaly but still don't know how to recall measured h1, h2, h3 and h4 value
Walter Roberson
Walter Roberson 2021 年 2 月 9 日
number_of_measurements = 4;
h = zeros(1, number_of_measurements);
for K = 1 : number_of_measurements
measure a distance, giving a result D
h(K) = D;
end
meanh = mean(h);
stdh = std(h);

サインインしてコメントする。

採用された回答

Image Analyst
Image Analyst 2021 年 2 月 9 日
Run my attached spatial calibration demo and then you will understand what to do.
  9 件のコメント
Image Analyst
Image Analyst 2021 年 4 月 2 日
@Devyani Sankhe, not sure what your edit was, but did my Answer solve your problem?
Devyani Sankhe
Devyani Sankhe 2021 年 4 月 2 日
solved, thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing and Computer Vision についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by