How to calculate Picture length from picture?

5 vues (au cours des 30 derniers jours)
Devyani Sankhe
Devyani Sankhe le 26 Jan 2021
How to calculate Picture length from picture?
  20 commentaires
Esila Darci
Esila Darci le 9 Fév 2021
Modifié(e) : Esila Darci le 9 Fév 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 le 9 Fév 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);

Connectez-vous pour commenter.

Réponse acceptée

Image Analyst
Image Analyst le 9 Fév 2021
Run my attached spatial calibration demo and then you will understand what to do.
  9 commentaires
Image Analyst
Image Analyst le 2 Avr 2021
@Devyani Sankhe, not sure what your edit was, but did my Answer solve your problem?
Devyani Sankhe
Devyani Sankhe le 2 Avr 2021
solved, thanks

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by