Page 1 of 1

Mesh fit Cloud as good as possible

Posted: Mon Feb 16, 2015 4:04 am
by J4zn
Hey guys!
I have a point cloud which has a Point every 2 meters. So there is no noise in the cloude itself.
What are the settings, to get a mesh in which the vertices fits exactly the Points, without interpolation.
Thank you

Re: Mesh fit Cloud as good as possible

Posted: Mon Feb 16, 2015 12:56 pm
by daniel
The only option to mesh a cloud while using the actual points is to use the "Delaunay 2.5D" triangulation:
http://www.cloudcompare.org/doc/wiki/in ... (XY_plane)

It's only 2.5D though (i.e. it works great for ALS data, terrains, etc.)

Re: Mesh fit Cloud as good as possible

Posted: Tue Feb 17, 2015 6:54 pm
by J4zn
Thank you daniel!
I need it for a laser measured terrain, so I will give it a try ;)