\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 5.0 - 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...