Mesh parameterization: Difference between revisions

Content deleted Content added
Latest version (1.77) https://members.loria.fr/blevy/
m Disambiguating links to Parametrization (link changed to Parametrization (atmospheric modeling)) using DisamAssist.
 
(One intermediate revision by one other user not shown)
Line 1:
Given two [[surface (topology)|surface]]s with the same [[topology]], a [[bijective mapping]] between them exists. On [[Polygon mesh|triangular mesh]] surfaces, the problem of computing this mapping is called mesh [[Parametrization (atmospheric modeling)|parameterization]]. The parameter ___domain is the surface that the mesh is mapped onto.
 
Parameterization was mainly used for [[Texture mapping|mapping textures]] to surfaces. Recently, it has become a powerful tool for many applications in mesh processing.{{Citation needed|date=July 2011}} Various techniques are developed for different types of parameter domains with different parameterization properties.
Line 21:
== Implementations ==
* [http://www.riken.jp/brict/Yoshizawa/Research/Param.html A fast and simple stretch-minimizing mesh parameterization]
* [http://alice.loria.fr/index.php/software/3-platform/22-graphite.html Graphite]: ABF++, [[Least squares conformal map|LSCM]], Spectral [[Least squares conformal map|LSCM]], Barycentric Coordinates, Mean-Value Coordinates, L2 Stretch, Constrained texture mapping, Texture atlas generation
* [https://web.archive.org/web/20100624001221/http://www.cs.caltech.edu/~keenan/project_dgp.html Linear discrete conformal parameterization]
* [http://www.dgp.toronto.edu/~rms/software/expmapdemo.html Discrete Exponential Map]