Command line command for creating mesh from point cloud
Posted: Thu Jan 21, 2016 4:39 pm
Hello,
I am trying to use CloudCompare command line mode to create mesh from the point cloud file (.ply).
It looks like command line mode of CloudCompare still doesn't support something like Poisson Surface Reconstruction but i see there is this -DELAUNAY option which uses 2.5D Delaunay triangulation. So the command that i run on my Ubuntu (where I've previously compiled latest verision of cloud compare) looks like this:
When i execute this command i get success message and i see that new .bin file is created in my data folder. However, when I open that file in cloud compare on Linux machine i can't see my triangles. I tried to execute same command on Windows machine and there I can see triangles when i import created .bin file but the mesh is not listed in layer tree and i can't export it to any other format.
Does anybody else have similair experiences here?
Thank you in advance
Ivan
I am trying to use CloudCompare command line mode to create mesh from the point cloud file (.ply).
It looks like command line mode of CloudCompare still doesn't support something like Poisson Surface Reconstruction but i see there is this -DELAUNAY option which uses 2.5D Delaunay triangulation. So the command that i run on my Ubuntu (where I've previously compiled latest verision of cloud compare) looks like this:
Code: Select all
/usr/local/CloudCompare/CloudCompare -compute_normals -o data/my_point_cloud.ply -DELAUNAY
Does anybody else have similair experiences here?
Thank you in advance
Ivan