update changes

This commit is contained in:
Sébastien Loriot 2015-07-03 16:28:22 +02:00
parent 9c0108bc73
commit a9fae2ea9b
1 changed files with 12 additions and 0 deletions

View File

@ -131,6 +131,18 @@ and <code>src/</code> directories).
components of the mesh.
</li>
</ul>
<h3>Triangulated Surface Mesh Skeletonization (new package)</h3>
<ul>
<li>
This new package provides a (1D) curve skeleton extraction algorithm for
a triangulated poylgonal mesh without borders based on the mean curvature flow.
The particularity of this skeleton is that it has the same topology
as the input mesh. For each skeleton vertex one can obtain its location
and its corresponding vertices of the input mesh.
The code is generic and works with any model of the `FaceListGraph` concept.
</li>
</ul>
<!-- Major and breaking changes -->
<h3>Approximation of Ridges and Umbilics on Triangulated Surface Meshes</h3>
<ul>