Fix citation (wrong case)

This commit is contained in:
Laurent Rineau 2020-02-19 11:22:38 +01:00
parent 23beca416c
commit 1f52e0085a
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,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.
*
@ -160,7 +160,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.