CGAL
Simple Demos About Using CGAL
Here are simple demos show how to use CGAL, the Computational Geometry Algorithms Library. I use cmake to manage these small projects.
Here are simple demos show how to use CGAL, the Computational Geometry Algorithms Library. I use cmake to manage these small projects.
Use vtkSurfaceReconstructionFilter to get mesh from the point coordinates.
I use the advancing front surface reconstruction way to get the mesh from point cloud information.