3D Point Cloud to 2D depth image
44 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
Antworten (2)
VahidB
am 22 Jan. 2016
7 Kommentare
Walter Roberson
am 21 Dez. 2016
Bearbeitet: Walter Roberson
am 21 Dez. 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.
Siehe auch
Kategorien
Mehr zu Point Cloud Processing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!