isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.42k stars 2.3k forks source link

remesh triangle mesh to improve the quality of original mesh #4212

Open JianqiangDing opened 3 years ago

JianqiangDing commented 3 years ago

Is your feature request related to a problem? Please describe. Yes, lots of input triangle mesh in bad quality

Describe the solution you'd like some APIs like pygalmesh.remesh_surface do

Describe alternatives you've considered do not know

Additional context some useful links you may need.

link 0 link 1

I do not know if I miss something(already check the code and issues), I just can not find open3d has such remeshing like API exist

dperyel commented 2 years ago

Suggestions for the scope:

Well, perhaps some additional steps should be taken. The Euler characteristic should be tested after re-meshing.

JianqiangDing commented 2 years ago

@dperyel thanks for your reply, my original thinking about remeshing is pretty like my comment as in https://github.com/pmp-library/pmp-library/issues/92#issue-1081799030

all of these remeshing algorithms follow a similar pipeline, someone from Open3D team may use them as references.