Convert to Point Cloud for PNG Fıle

7 visualizaciones (últimos 30 días)
Name
Name el 26 de En. de 2017
Comentada: Walter Roberson el 26 de En. de 2017
Hello; I should convert to 3d point cloud my dataset (png files) An example :
But in MATLAB I can not convert png file? How thşs solve problem ?
  5 comentarios
Name
Name el 26 de En. de 2017
I used this and I have not a result
ptCloud = pcread('um_000000.png');
pcshow(ptCloud);
Can you give an example for pointCloud() to create pointcloud objects from any xyz Thank you
Walter Roberson
Walter Roberson el 26 de En. de 2017
pointCloud(rand(100,3))
Your png file does not contain 3d coordinates. Possibly analyzing the scene might allow you to estimate coordinates.

Iniciar sesión para comentar.

Respuestas (0)

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!

Translated by