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

Surface tracing #7

Closed jo-mueller closed 9 months ago

jo-mueller commented 2 years ago

I think it could be helpful to have a function that allows to "trace" surfaces. Usecase:

A user has an image with a binary segmentation which was then turned into a surface with marching cubes. The surface would probably look a bit cube-like due to the voxel structure.

To address this, one could:

What do you think? I may have written such a function for a different project already :)