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