Easy3D 2.6.1
Loading...
Searching...
No Matches
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.

Constructor & Destructor Documentation

◆ SurfaceMeshParameterization()

Construct with mesh to be parameterized.

Parameters
meshThe surface mesh to be parameterized.

Member Function Documentation

◆ harmonic()

void harmonic ( bool use_uniform_weights = false)

Compute discrete harmonic parameterization.

Parameters
use_uniform_weightsFlag to indicate whether to use uniform weights. Default: false.

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