How can i convert euclidean distance into real world distance?

조회 수: 4 (최근 30일)
Prince Kumar
Prince Kumar 2016년 4월 20일
답변: Meade 2016년 4월 20일
I have euclidean distance between a centroid between two consecutive frames, i want to convert this euclidean distance in Real world distance how can i map this euclidean distance with real world distance?

답변 (1개)

Meade
Meade 2016년 4월 20일
I'm not exactly sure what you mean when you say "real world distance".
If you mean that the euclidean distance is in x,y,z component form and you want the total length (aka magnitude), then you can find the resultant.
r = sqrt((x^2)+(y^2)+(z^2))

카테고리

Help CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by