CGAL 5.1.3 - Shape Detection

Models that can be used with the CGAL::Shape_detection::Region_growing for shape detection on a polygon mesh.

Classes

class  CGAL::Shape_detection::Polygon_mesh::Least_squares_plane_fit_region< GeomTraits, PolygonMesh, FaceRange, VertexToPointMap >
 Region type based on the quality of the least squares plane fit applied to faces of a polygon mesh. More...
 
class  CGAL::Shape_detection::Polygon_mesh::Least_squares_plane_fit_sorting< GeomTraits, PolygonMesh, NeighborQuery, FaceRange, VertexToPointMap >
 Sorting of polygon mesh faces with respect to the local plane fit quality. More...
 
class  CGAL::Shape_detection::Polygon_mesh::One_ring_neighbor_query< PolygonMesh, FaceRange >
 Edge-adjacent faces connectivity in a polygon mesh. More...