How to calculate Picture length from picture?

조회 수: 1 (최근 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개)

Community Treasure Hunt

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

Start Hunting!

Translated by