Convert to Point Cloud for PNG Fıle

6 views (last 30 days)
Name
Name on 26 Jan 2017
Commented: Walter Roberson on 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 Comments
Name
Name on 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 on 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.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!