How can i convert euclidean distance into real world distance?
2 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
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))
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!