How can i find the distance between every point in two different point-clouds

11 ビュー (過去 30 日間)
Alexander Nyström
Alexander Nyström 2019 年 4 月 25 日
回答済み: Torsten 2019 年 4 月 25 日
I have two point cloud models, one deformed and one "perfect" .
I'm trying to find the differences in xyz distance values, so it comes out in a '10200x3' matrix. (As i have 10200 points in the point cloud)
So i'm trying to get a distance from one point in model1 to the closest point in model2, currently i have a nested for loop but it's not really working.
Any tips?

回答 (1 件)

Torsten
Torsten 2019 年 4 月 25 日
min (D) or min (D.') seems to be what you are looking for.

カテゴリ

Help Center および File ExchangePoint Cloud Processing についてさらに検索

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by