How can I convert a file format PLY to PCD ?

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

cloud = pcread('inputfile.ply'); pcwrite(cloud,'outfilefile.pcd');

Sign in to comment.

Answers (0)

Asked:

on 10 Aug 2015

Commented:

on 11 May 2018

Community Treasure Hunt

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

Start Hunting!