CGAL 5.4 - 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_circle_fit_region< GeomTraits, InputRange, PointMap, NormalMap >
 Region type based on the quality of the least squares circle fit applied to 2D points. More...
 
class  CGAL::Shape_detection::Point_set::Least_squares_circle_fit_sorting< GeomTraits, InputRange, NeighborQuery, PointMap >
 Sorting of 2D points with respect to the local circle fit quality. More...
 
class  CGAL::Shape_detection::Point_set::Least_squares_cylinder_fit_region< GeomTraits, InputRange, PointMap, NormalMap >
 Region type based on the quality of the least squares cylinder fit applied to 3D points. More...
 
class  CGAL::Shape_detection::Point_set::Least_squares_cylinder_fit_sorting< GeomTraits, InputRange, NeighborQuery, PointMap, NormalMap >
 Sorting of 3D points with respect to the local cylinder fit quality. 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::Least_squares_sphere_fit_region< GeomTraits, InputRange, PointMap, NormalMap >
 Region type based on the quality of the least squares sphere fit applied to 3D points. More...
 
class  CGAL::Shape_detection::Point_set::Least_squares_sphere_fit_sorting< GeomTraits, InputRange, NeighborQuery, PointMap >
 Sorting of 3D points with respect to the local sphere 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...