haesleinhuepf / napari-process-points-and-surfaces

Process and analyze surfaces using vedo in napari.
BSD 3-Clause "New" or "Revised" License
21 stars 4 forks source link

Subsampling surfaces / simplify mesh #38

Closed haesleinhuepf closed 1 year ago

haesleinhuepf commented 1 year ago

Hi Johannes @jo-mueller ,

I just noticed that in the upcoming open3d-free release of nppas, any mesh simplification method is missing. Do you know any good implementation to simplify surfaces/meshes? Ideally in vedo?

Thanks!

Best, Robert

jo-mueller commented 1 year ago

Hi @haesleinhuepf ,

In vedo that would be mesh.decimate() Link to documentation

It's quite straightforward :) Should I send a PR?

haesleinhuepf commented 1 year ago

Awesome thanks! No need to send a PR. Enjoy the weekend!