How to calculate Picture length from picture?

1 visualizzazione (ultimi 30 giorni)
How to calculate Picture length from picture?
  20 Commenti
Esila Darci
Esila Darci il 9 Feb 2021
Modificato: Esila Darci il 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 il 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);

Accedi per commentare.

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by