Convert to Point Cloud for PNG Fıle

6 visualizzazioni (ultimi 30 giorni)
Name
Name il 26 Gen 2017
Commentato: Walter Roberson il 26 Gen 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 Commenti
Name
Name il 26 Gen 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 il 26 Gen 2017
pointCloud(rand(100,3))
Your png file does not contain 3d coordinates. Possibly analyzing the scene might allow you to estimate coordinates.

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by