3d point cloud and normal vector to the surface
古いコメントを表示
I am using 3d laser scanner , and have x,y and z axis from my sensor these three points which are of 120x160 each, now what i want to know is that how can i build 3d point cloud from my these three points and how can i draw the normal to the surface in the resulting point cloud.
回答 (2 件)
Kenta
2020 年 4 月 21 日
1 投票
As of now, pcshow is available for displaying point clouds and quiver3 is effective to show the normal vectors.
Please find here for the detail.
Patrick Kalita
2011 年 5 月 2 日
0 投票
3 件のコメント
developer
2011 年 5 月 2 日
Patrick Kalita
2011 年 5 月 2 日
Convert your x, y, and z arrays into vectors with the colon operator:
scatter3(x(:), y(:), z(:))
Patrick Kalita
2011 年 5 月 2 日
http://www.mathworks.com/help/techdoc/ref/colon.html
カテゴリ
ヘルプ センター および File Exchange で Process Point Clouds についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!