3D Point Cloud to 2D depth image
43 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
Risposte (2)
VahidB
il 22 Gen 2016
7 Commenti
Walter Roberson
il 21 Dic 2016
Modificato: Walter Roberson
il 21 Dic 2016
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.
Vedere anche
Categorie
Scopri di più su Point Cloud Processing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!