Easy3D 2.5.3
SurfaceMeshParameterization Class Reference

A class for surface parameterization. More...

#include <easy3d/algo/surface_mesh_parameterization.h>

Public Member Functions

 SurfaceMeshParameterization (SurfaceMesh *mesh)
 Construct with mesh to be parameterized.
 
void harmonic (bool use_uniform_weights=false)
 Compute discrete harmonic parameterization.
 
void lscm ()
 Compute parameterization based on least squares conformal mapping.
 

Detailed Description

A class for surface parameterization.

It implements two parameterization methods described in the following papers:

  • Bruno Lévy et al. Least squares conformal maps for automatic texture atlas generation. SIGGRAPH, 2002.
  • Mathieu Desbrun et al. Intrinsic parameterizations of surface meshes. CGF, 21(3):209–218, 2002.

The documentation for this class was generated from the following files: