How to calculate Picture length from picture?

3 次查看(过去 30 天)
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?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image 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