Open3D
Open3D copied to clipboard
Any plan for mesh parameterization?
Hi, After reconstructing triangle mesh, I would like to do mesh parameterization, such as Least Squares Conformal Mappings (LSCM). It is useful for mesh processing and texture mapping. Would you like to add this feature ? Thanks
We are considering features like this. @griegler @germanros1987 FYI.
thanks
Is LSCM is available in open3D now?
@qianyizh, could you please share in the thread if you decided to add mesh parametrization algorithms or not? Having LSCM or calculations of harmonic weights would be beneficial features to have.
Even though the issue is closed, the topic is well-indexed in google search results. (-:
We are working on adding UVAtlas in #5376
Closing. uvatlas is now available in open3d.t.geometry.TriangleMesh.compute_uvatlas()