mirror of https://github.com/CGAL/cgal
update changes.html
This commit is contained in:
parent
200229dcec
commit
cec447468d
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue