3D Point Cloud to 2D depth image
47 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
Respuestas (2)
VahidB
el 22 de En. de 2016
7 comentarios
Walter Roberson
el 21 de Dic. de 2016
Editada: Walter Roberson
el 21 de Dic. de 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.
Ver también
Categorías
Más información sobre Point Cloud Processing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!