# lscm-python **Repository Path**: mirrors_lepy/lscm-python ## Basic Information - **Project Name**: lscm-python - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-22 - **Last Updated**: 2023-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lscm-python A lightweight python project implementing least-squares conformal mapping of triangular meshes ## Third Party Dependencies This project requires two third-party **python** library: - [meshio](https://github.com/nschloe/meshio) - [PyMesh](https://pymesh.readthedocs.io/en/latest/) ## Prerequisites **We assume the input mesh's triangles are consistently oriented counter-clockwise .** ## Example Here is an example of a saddle mesh: ![saddle example](https://raw.githubusercontent.com/xinzhuohuZJU/lscm-python/main/Fig/lscm_saddle_compare.png) ## Reference [1] Bruno Lévy, Sylvain Petitjean, Nicolas Ray, and Jérome Maillot. 2002. Least squares conformal maps for automatic texture atlas generation. *ACM Trans. Graph.* 21, 3 (July 2002), 362–371. DOI:https://doi.org/10.1145/566654.566590 ## License this project is published under the [Apache license](https://en.wikipedia.org/wiki/Apache_License).