Navis Org Skeletor Versions Save

Extraction of 3D skeletons from meshes.

v1.3.0

1 month ago

New post-processing methods:

  • skeletor.post.smooth to smooth the skeleton
  • skeletor.post.despike remove spikes from skeleton
  • skeletor.post.remove_bristles to remove single-node bristles from the skeleton

v1.2.3

1 year ago

Fixes and issue with igraph >= 0.10.0 and TEASAR skeletonization.

v1.2.2

1 year ago

Fixes igraph dependency: the old python-igraph (now just igraph) was finally retired and throws an error on import.

v1.2.1

1 year ago

This version fixes a bug in Skeleton.get_graph (also adds a new property `Skeleton.leafs).

v1.2.0

2 years ago

This release mainly improves skeletor.skeletonize.by_wavefront but also adds a new method to get a graph representation of skeletons: Skeleton.get_graph. Also some under-the-hood improvements and bug fixes.

v1.1.0

2 years ago

This is a small release that adds a new method Skeleton.save_swc to save skeletonization results to a SWC file.

v1.0.0

3 years ago

This is a major release that adds new skeletonization methods and refactors many of the existing functions. Please see the changelog for details.

v0.2.11

3 years ago

Myriads of improvements and small bug fixes.

v.0.2.0

3 years ago
  • renamed package and repo: skeletonizer -> skeletor
  • new function to skeletonize (contracted) meshes: skeletor.skeletonize