CGAL 5.6 - 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, 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, 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 > |
Edge-adjacent faces connectivity in a polygon mesh. More... | |
class | CGAL::Shape_detection::Polygon_mesh::Polyline_graph< PolygonMesh, VertexPointMap > |
Polygon mesh edges connected into a graph. More... | |