3D Point Cloud to 2D depth image
20 ビュー (過去 30 日間)
古いコメントを表示
Hi
I have a 3D point cloud.
Now I want to convert it to 2D depth image of say 240*320. Does anyone has anything to share?
It will be a good addition to Matlab.
Best Regards Wajahat
回答 (2 件)
VahidB
2016 年 1 月 22 日
7 件のコメント
Walter Roberson
2016 年 12 月 21 日
編集済み: Walter Roberson
2016 年 12 月 21 日
https://www.mathworks.com/help/vision/ref/pcwrite.html writes to ply format.
When you get down to the part of the example that has
% Create the point cloud
ptCloud = pointCloud(points3D, 'Color', color);
then ptCloud.Location will exist.
参考
カテゴリ
Help Center および File Exchange で Point Cloud Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!