How can I convert a file format PLY to PCD ?
Show older comments
I have a binary (or ascii, if easier) .ply file. (I generated this file from micro-CT image)
And I want it to be converted into .pcd (or .xyz) file to define the solid object as a set of points.
I really don't have a clue for this task.
Anyone can make a script for the task?
1 Comment
Shantnu Kakkar
on 11 May 2018
cloud = pcread('inputfile.ply'); pcwrite(cloud,'outfilefile.pcd');
Answers (0)
Categories
Find more on Other Formats in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!