The Insight Journal logo

Parameterization of discrete surfaces

Gelas, Arnaud, Gouaillard, Alexandre
Singapore Agency for Science Technology and Research
The Insight Journal logo

Please use this identifier to cite or link to this publication: http://hdl.handle.net/1926/1315
New: Prefer using the following doi: https://doi.org/10.54294/8ga88z
Submitted by Alexandre Gouaillard on 2007-11-22.

Parameterization of surfaces, sometimes alled ”‘flattening”’ as it maps a surface embedded in 3D into its intrinsic 2D domain, is a powerfull tool for the analysis of surfaces. For the past years, there has been a growing interest in the Community that even lead to one implementation of one special type of parameterization in ITK [1,5,8,9]. We are providing here a more general framework for parameterization of single connected surfaces of any genus. It is based on a recent addition to ITK: itkQuadEdgeMesh [6] which allows an elegant an optimal implementation of algorithm for geometry and topology processing of discrete 2-manifolds. The 5 algorithms that we implemented map the meshes into a planar domain with fixed boundary leading to more stability and speed than mapping into the spherical domain. Each of them use different kind of parameterization with different properties. The conformal parameterization is usually used as it is intrinsic to the geometry of the mesh and thus allow shape analysis independently of the connectivity. However if flattening the mesh is your only goal, then the simplest parameterization algorithm (graph theory) will give you the best speed. This is the case when you want to further process the mesh in a lower dimension. Using specific solvers, the parameterization of meshes can be done sufficiently fast (couple of seconds) to consider this approach in interactive applications.