Rectangular Conformal Map

版本 1.0.0.1 (2.5 MB) 作者: Gary Choi
Conformally map a simply-connected open triangle mesh to a rectangle
331.0 次下载
更新时间 2020/2/29

查看许可证

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

引用格式

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.

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Computational Geometry 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.1

- Updated citation info.

1.0.0.0

- Slightly modified the description.