How to calculate the shortest distance between one cloud point to another in a 3D mesh of triangles using Intel Realsense camera?

2 ビュー (過去 30 日間)
After getting x,y,z coordinate of a point on a 3D mesh, we want to get the shortest distance from one vertex of a triangle to another vertex of different triangle in single mesh. We measured the euclidean distance but it is irrelevant as it wont travel the 3D surface of mesh.
Kindly suggest how my algorithm should proceed or if already matlab has features to achieve it? PFA screenshot to see 2 points encircled with the shortest path to reach from one to another.

回答 (2 件)

Image Analyst
Image Analyst 2015 年 10 月 12 日
  1 件のコメント
Pranshu
Pranshu 2015 年 10 月 12 日
Thanks for the answer. I am not sure how camera calibration will help. Please elaborate.

サインインしてコメントする。


Dima Lisin
Dima Lisin 2015 年 10 月 12 日
You can try using the graph object in base MATLAB. You can represent you mesh as a graph, and use the built-in shortest path functionality.
  1 件のコメント
Pranshu
Pranshu 2015 年 10 月 12 日
Thanks for the answer. I am looking into it asap. Is it related to geodesic distance?

サインインしてコメントする。

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by