Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch

This commit is contained in:
Laurent Rineau 2020-02-25 14:47:03 +01:00
commit c43d6bd8eb
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ sdf_values( const TriangleMesh& triangle_mesh,
* \ingroup PkgSurfaceMeshSegmentationRef
* @brief Function computing the Shape Diameter Function over a surface mesh.
*
* This function implements the Shape Diameter Function (SDF) as described in \cgalCite{shapira2008consistent}.
* This function implements the Shape Diameter Function (SDF) as described in \cgalCite{Shapira2008Consistent}.
* It is possible to compute raw SDF values (without post-processing). In such a case,
* -1 is used to indicate when no SDF value could be computed for a facet.
*
@ -151,7 +151,7 @@ sdf_values_postprocessing(const TriangleMesh& triangle_mesh,
* A segment is a set of connected facets which are placed under the same cluster (see \cgalFigureRef{Cluster_vs_segment}).
*
* \note Log-normalization is applied on `sdf_values_map` before segmentation.
* As described in the original paper \cgalCite{shapira2008consistent},
* As described in the original paper \cgalCite{Shapira2008Consistent},
* this normalization is done to preserve thin parts of the mesh
* by increasing the distance between smaller SDF values and reducing
* it between larger ones.