Convert to Point Cloud for PNG Fıle

7 vues (au cours des 30 derniers jours)
Name
Name le 26 Jan 2017
Commenté : Walter Roberson le 26 Jan 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 commentaires
Name
Name le 26 Jan 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 le 26 Jan 2017
pointCloud(rand(100,3))
Your png file does not contain 3d coordinates. Possibly analyzing the scene might allow you to estimate coordinates.

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by