\( \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.2 - Shape Detection

Models that can be used with the CGAL::Shape_detection::Region_growing for shape detection in a point set.

Classes

class  CGAL::Shape_detection::Point_set::K_neighbor_query< GeomTraits, InputRange, PointMap >
 K nearest neighbors search in a set of Kernel::Point_2 or Kernel::Point_3. More...
 
class  CGAL::Shape_detection::Point_set::Least_squares_line_fit_region< GeomTraits, InputRange, PointMap, NormalMap >
 Region type based on the quality of the least squares line fit applied to 2D points. More...
 
class  CGAL::Shape_detection::Point_set::Least_squares_line_fit_sorting< GeomTraits, InputRange, NeighborQuery, PointMap >
 Sorting of 2D points with respect to the local line fit quality. More...
 
class  CGAL::Shape_detection::Point_set::Least_squares_plane_fit_region< GeomTraits, InputRange, PointMap, NormalMap >
 Region type based on the quality of the least squares plane fit applied to 3D points. More...
 
class  CGAL::Shape_detection::Point_set::Least_squares_plane_fit_sorting< GeomTraits, InputRange, NeighborQuery, PointMap >
 Sorting of 3D points with respect to the local plane fit quality. More...
 
class  CGAL::Shape_detection::Point_set::Sphere_neighbor_query< GeomTraits, InputRange, PointMap >
 Fuzzy sphere neighbors search in a set of Kernel::Point_2 or Kernel::Point_3. More...