Disk-Shaped Conformal Parameterization

Maps a simply connected open mesh onto a unit disk while preserving angles.

您现在正在关注此提交

This program maps the inputted simply connected open mesh onto a unit disk while preserving the angles of the triangle elements as much as possible. The boundary of the mesh would be mapped onto the unit circle.

An example is demonstrated by running the demo file.

Syntax
uv = Diskmap_CEM(F,V)

Descriptions
F: double array, nf x 3, faces of mesh
V: double array, nv x 3, vertices of mesh
uv: double array, nv x 2, conformal parameterization of mesh

Please refer to [1] for the algorithm in detail.
[1] M.-H. Yueh, W.-W. Lin, C.-T. Wu, and S.-T. Yau, An efficient energy minimization for conformal parameterizations, J. Sci. Comput., 2017. doi:10.1007/s10915-017-0414-y

The online version of the paper can be found at http://rdcu.be/p5SA

引用格式

Mei-Heng Yueh (2026). Disk-Shaped Conformal Parameterization (https://ww2.mathworks.cn/matlabcentral/fileexchange/64258-disk-shaped-conformal-parameterization), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Computational Geometry 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.1.0.0

Slightly modified the description.
Remove the unused files.
Slightly modified the description.

1.0.0.0