CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.86k stars 1.38k forks source link

Advancing Front Surface Reconstruction: preexisting faces? #7640

Open dmitrykudinov opened 1 year ago

dmitrykudinov commented 1 year ago

Question Is there a way to run the Advancing Front Surface Reconstruction on a point cloud with some already predefined faces?

Would it be a priority queue manipulation similar to the reconstruction_structured.cpp sample? Or is there a better option?

afabri commented 1 year ago

This is not built in and might be interesting to add. However note that there can be no guarantee that surfaces grew correctly together if the choice of seed faces is bad.