Update manual

This commit is contained in:
Simon Giraudot 2016-03-14 15:25:38 +01:00
parent 2777311113
commit 64c69ebf97
1 changed files with 2 additions and 1 deletions

View File

@ -119,8 +119,9 @@ Among all these possibilities, \cgal provides a means to regularize four propert
- Planes that are near __symmetrical__ with respect to a user-defined axis are made symmetrical.
The user can choose to only regularize one or several of these 4 properties (see reference manual).
The user can choose to only regularize one or several of these 4 properties (see reference manual). The process is greedy and based on a hierarchical decomposition (coplanar clusters are subgroups of parallel clusters which are subgroups of axis-symmetric and orthogonal clusters) as described by Verdie et al. \cgalCite{cgal:vla-lod-15}
\cgalExample{Point_set_shape_detection_3/plane_regularization.cpp}
\section Point_set_shape_detection_3Performance Performance