seung-lab / kimimaro

Skeletonize densely labeled 3D image segmentations with TEASAR. (Medial Axis Transform)
GNU General Public License v3.0
135 stars 23 forks source link

Usage on 3D Meshes/Clouds #76

Closed eyildiz-ugoe closed 1 year ago

eyildiz-ugoe commented 2 years ago

I'd like to use the skeletonization on clouds/meshes that I have, is this possible? The documentation uses the term "3D images" which kinda confuses me. I also could not find a sample usage that I could refer to.

william-silversmith commented 2 years ago

Hi! This library is used on 2D or 3D binary or multi-label images. If you convert the mesh or point cloud into such an image, Kimimaro can be used. However, there are other approached that can be used on meshes directly.

You might want to check this library out: https://github.com/schlegelp/skeletor

william-silversmith commented 1 year ago

Closing due to inactivity. Please reopen if you still have questions!