Disk conformal map for simply-connected open surfaces
disk_conformal_map: Conformally map a simply-connected open triangle mesh to the unit disk
This code computes the disk conformal parameterizations (i.e. angle-preserving mappings onto the unit disk) of triangle meshes with disk topology using the fast method in [1], which has been applied for texture mapping, surface registration, mechanical engineering and so on.
Any comments and suggestions are welcome.
If you use this code in your own work, please cite the following papers:
[1] P. T. Choi and L. M. Lui,
“Fast Disk Conformal Parameterization of Simply-Connected Open Surfaces.“
Journal of Scientific Computing, 65(3), pp. 1065-1090, 2015.
If the area correction code (mobius_area_correction_disk) is also used, please cite [1] as well as the following paper:
[2] G. P. T. Choi, Y. Leung-Liu, X. Gu, and L. M. Lui,
“Parallelizable global conformal parameterization of simply-connected surfaces via partial welding.“
SIAM Journal on Imaging Sciences, 13(3), pp. 1049-1083, 2020.
Copyright (c) 2014-2024, Gary Pui-Tung Choi
https://www.math.cuhk.edu.hk/~ptchoi
===============================================================
Usage:
Input:
Output:
Remark:
===============================================================
Some possible extensions/applications are also provided: