Rectangular Conformal Map

バージョン 1.0.0.1 (2.49 MB) 作成者: Gary Choi
Conformally map a simply-connected open triangle mesh to a rectangle
ダウンロード: 323
更新 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 Center および MATLAB AnswersComputational Geometry についてさらに検索
謝辞

ヒントを得たファイル: 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!
バージョン 公開済み リリース ノート
1.0.0.1

- Updated citation info.

1.0.0.0

- Slightly modified the description.