update changes.html

This commit is contained in:
Sébastien Loriot 2015-04-24 08:58:01 +02:00
parent 200229dcec
commit cec447468d
1 changed files with 13 additions and 0 deletions

View File

@ -110,6 +110,19 @@ and <code>src/</code> directories).
<HR>
<!-- Geometry Processing -->
<h3>Point Set Processing and Surface Reconstruction from Point Sets</h3>
<ul>
<li>
Add the function <code>CGAL::compute_vcm()</code> for computing the
Voronoi Covariance Measure (VCM) of a point set. The output of this function
can be used with the function <code>CGAL::vcm_is_on_feature_edge()</code>
to determine whether a point is on or close to a feature edge. The former
function is also internally used by <code>CGAL::vcm_estimate_normals()</code>
to estimate the normals of a point set and it is particularly suited to point
set with noise.
</li>
</ul>
<h2 id="release4.6">Release 4.6 </h2>
<div>