Rectangular Conformal Map

Conformally map a simply-connected open triangle mesh to a rectangle
323 download
Aggiornato 29 feb 2020

Visualizza la licenza

This code computes the rectangular conformal parameterizations (i.e. angle-preserving mappings onto a rectangle) of triangle meshes with disk topology using the fast method in [1], which has been applied for texture mapping, surface registration, shape analysis and so on. Any comments and suggestions are welcome.

If you use this code in your own work, please cite the following paper:
[1] T. W. Meng, G. P.-T. Choi and L. M. Lui,
"TEMPO: Feature-Endowed Teichmüller Extremal Mappings of Point Clouds."
SIAM Journal on Imaging Sciences, 9(4), pp. 1922-1962, 2016.

Remarks:
1. Please make sure that the input mesh does not contain any unreferenced vertices/non-manifold vertices/non-manifold edges.
2. Please remove all valence 1 boundary vertices (i.e. vertices with only 1 face attached to them) before running the program.
3. Please make sure that the input triangulations are with anti-clockwise orientation.
4. The output rectangular domain will always have width = 1, while the height depends on the choice of the corners and may not be 1.

For more information, please visit: https://scholar.harvard.edu/choi

Cita come

T. W. Meng, G. P.-T. Choi and L. M. Lui, "TEMPO: Feature-Endowed Teichmüller Extremal Mappings of Point Clouds." SIAM Journal on Imaging Sciences, 9(4), pp. 1922-1962, 2016.

Compatibilità della release di MATLAB
Creato con R2016a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Computational Geometry in Help Center e MATLAB Answers
Riconoscimenti

Ispirato da: Spherical Conformal Map, Disk Conformal Map

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.1

- Updated citation info.

1.0.0.0

- Slightly modified the description.