\( \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

Reference Manual for the Region Growing shape detection component.

Modules

 Concepts
 Concepts used for the parameters of the CGAL::Shape_detection::Region_growing.
 
 Point Set
 Models that can be used with the CGAL::Shape_detection::Region_growing for shape detection in a point set.
 
 Polygon Mesh
 Models that can be used with the CGAL::Shape_detection::Region_growing for shape detection on a polygon mesh.
 

Classes

class  CGAL::Shape_detection::Region_growing< InputRange, NeighborQuery, RegionType, SeedMap >
 Main class/entry point for running the region growing algorithm. More...