I am trying to create triangle mesh from point cloud. Maybe could anyone advice me something to make good triangulation ?
Asked
Active
Viewed 2,870 times
1
-
For point cloud, you should look at the [PCL library](http://pointclouds.org/). Looks like there is a tutorial for triangulation: [Fast triangulation of unordered point clouds](http://pointclouds.org/documentation/tutorials/greedy_projection.php) – Catree Jun 06 '17 at 21:20
-
please use websearch for such general and trivial things – Piglet Jun 07 '17 at 09:03
-
VTK has some new classes to work with point clouds: https://gitlab.kitware.com/vtk/point-cloud – David Doria Sep 04 '17 at 01:39