<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi,<br>
<br>
We have just released the source of our surface mesh
simplification/remeshing code called ACVD. ACVD performs uniform,
curvature-adapted or anisotropic coarsening of triangular meshes
(inheriting the vtkPolyData class) in an efficient way and is well
suited for meshes made of several million triangles (the limit
depending on your RAM resources). This code is the implementation of
the papers [1][2] given at the end of this message. As it is coded on
top of VTK and CMAKE, it made sense for us to advertise the release on
the mailing list.<br>
<br>
You can get the code archive and more details here:<br>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<br>
<a href="http://www.creatis.insa-lyon.fr/site/en/acvd">http://www.creatis.insa-lyon.fr/site/en/acvd</a><br>
<br>
By the way, big up to the VTK devs, your work is greatly appreciated!<br>
<br>
Sebastien<br>
<br>
Papers:<br>
[1] Valette S., Chassery J M., "Approximated Centroidal Voronoi
Diagrams for Uniform Polygonal Mesh Coarsening", Computer Graphics
Forum (Eurographics 2004 proceedings), vol. 23, no. 3, pp. 381-389,
2004 .<br>
[2] Valette S., Chassery J M., Prost R., "Generic remeshing of 3D
triangular meshes with metric-dependent discrete Voronoi Diagrams",
IEEE Trans Visu Comp Grap, vol. 14, no. 2, pp. 369-381, 2008 .<br>
<br>
</body>
</html>