Filter löschen
Filter löschen

How to calculate Picture length from picture?

3 Ansichten (letzte 30 Tage)
Devyani Sankhe
Devyani Sankhe am 26 Jan. 2021
Kommentiert: Devyani Sankhe am 2 Apr. 2021
How to calculate Picture length from picture?
  20 Kommentare
Esila Darci
Esila Darci am 9 Feb. 2021
Bearbeitet: Esila Darci am 9 Feb. 2021
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 am 9 Feb. 2021
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);

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Image Analyst
Image Analyst am 9 Feb. 2021
Run my attached spatial calibration demo and then you will understand what to do.
  9 Kommentare
Image Analyst
Image Analyst am 2 Apr. 2021
@Devyani Sankhe, not sure what your edit was, but did my Answer solve your problem?
Devyani Sankhe
Devyani Sankhe am 2 Apr. 2021
solved, thanks

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Image Processing and Computer Vision finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by