mirror of https://github.com/CGAL/cgal
Update documentation: add figure and reference to advancing front
This commit is contained in:
parent
d82efd569d
commit
c229b571f8
|
|
@ -415,6 +415,21 @@ planar sections and sharp edges.
|
|||
Point set structuring. Left: input raw point set. Right: structured point set.
|
||||
\cgalFigureEnd
|
||||
|
||||
Structure information of points can be used to perform feature
|
||||
preserving reconstruction (see
|
||||
\ref AFSR_Example_sharp_features "Advancing Front Surface Reconstruction"
|
||||
for example). More specifically, the class storing a point set with
|
||||
structure provides the user with a method
|
||||
`Point_set_with_structure::facet_coherence()` that estimates if a
|
||||
triplet of points form a coherent facet.
|
||||
|
||||
\cgalFigureBegin{Point_set_processing_3figstructuring, structuring_coherence.png}
|
||||
(a) Input point set (and structured output); (b) output with many
|
||||
incoherent facets; (c) output with all facets coherent. i, j and k
|
||||
each corresponds to a primitive index.
|
||||
\cgalFigureEnd
|
||||
|
||||
|
||||
|
||||
\subsection Point_set_processing_3Example_9 Example
|
||||
|
||||
|
|
|
|||
|
|
@ -11,3 +11,4 @@ Principal_component_analysis
|
|||
Jet_fitting_3
|
||||
Solver_interface
|
||||
Point_set_shape_detection_3
|
||||
Advancing_front_surface_reconstruction
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
Loading…
Reference in New Issue