|
Euclid
Geometry Processing and Shape Analysis in C++
|
Spectral conformal parameterization. More...
Classes | |
| class | Euclid::SCP_parameterizer_3< Mesh > |
Functions | |
| template<typename Mesh , typename VertexUVMap > | |
| void | Euclid::spectral_conformal_parameterization (Mesh &mesh, VertexUVMap uvm) |
| Compute planar conformal parameterization with dcp algorithm. More... | |
Reference
[1] Mullen, P., etc. Spectral conformal parameterization.
| void Euclid::spectral_conformal_parameterization | ( | Mesh & | mesh, |
| VertexUVMap | uvm | ||
| ) |
| mesh | Input mesh. |
| uvm | Vertex uv-coordinate property map. |