imagej / imagej-ops

ImageJ Ops: "Write once, run anywhere" image processing
https://imagej.net/libs/imagej-ops
BSD 2-Clause "Simplified" License
88 stars 42 forks source link

Add 3D thinning ops #595

Open imagejan opened 5 years ago

imagejan commented 5 years ago

As far as I can see, the morphology.thin* ops introduced in #317 all work in 2D only (by extending Abstract3x3NeighbourhoodThinning).

It would be great to have a 3D thinning/skeletonization available via ops, possibly making use of the implementation in fiji/Skeletonize3D (are there others available?).

In addition, let's improve the documentation of the current ops to clearly state they're 2d only.