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