3D Point Cloud to 2D depth image
43 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
Réponses (2)
VahidB
le 22 Jan 2016
7 commentaires
Walter Roberson
le 21 Déc 2016
Modifié(e) : Walter Roberson
le 21 Déc 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.
Voir également
Catégories
En savoir plus sur Point Cloud Processing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!