mirror of https://github.com/CGAL/cgal
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
/// \defgroup PkgSurfaceSegmentation 3D Surface Mesh Segmentation Reference
|
|
|
|
/// \defgroup PkgSurfaceSegmentationConcepts Concepts
|
|
/// \ingroup PkgSurfaceSegmentation
|
|
|
|
|
|
/*!
|
|
\addtogroup PkgSurfaceSegmentation
|
|
|
|
\cgalPkgDescriptionBegin{Triangulated Surface Mesh Segmentation,PkgSurfaceSegmentationSummary}
|
|
\cgalPkgPicture{segmentation_ico.png}
|
|
|
|
\cgalPkgSummaryBegin
|
|
\cgalPkgAuthor{Ilker %O. Yaz and Sébastien Loriot}
|
|
\cgalPkgDesc{This package provides methods to generate automatic segmentations of triangulated surface mesh.}
|
|
\cgalPkgManuals{Chapter_3D_SurfaceSegmentation,PkgSurfaceSegmentation}
|
|
\cgalPkgSummaryEnd
|
|
|
|
\cgalPkgShortInfoBegin
|
|
\cgalPkgSince{4.4}
|
|
\cgalPkgDependsOn{\ref PkgAABB_treeSummary}
|
|
\cgalPkgBib{cgal:y-smsimpl}
|
|
\cgalPkgLicense{\ref licensesGPL "GPL"}
|
|
\cgalPkgDemo{Operations on Polyhedra,polyhedron_3.zip}
|
|
\cgalPkgShortInfoEnd
|
|
|
|
\cgalPkgDescriptionEnd
|
|
|
|
\cgalClassifedRefPages
|
|
|
|
## Concepts ##
|
|
- `#SegmentationGeomTraits`
|
|
|
|
## Main Functions ##
|
|
- `#CGAL::sdf_values()`
|
|
- `#CGAL::sdf_values_postprocessing()`
|
|
- `#CGAL::segmentation_from_sdf_values()`
|
|
- `#CGAL::segmentation_via_sdf_values()`
|
|
|
|
*/
|