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

Property maps that can be used with the CGAL::Shape_detection::Efficient_RANSAC.

Classes

class  CGAL::Shape_detection::Point_to_shape_index_map< Traits >
 Property map that associates a point index to its assigned shape found by the CGAL::Shape_detection::Efficient_RANSAC algorithm. More...
 
class  CGAL::Shape_detection::Plane_map< Traits >
 Property map that associates a detected plane object CGAL::Shape_detection::Plane to a CGAL::Plane_3 object. More...