Releases: haesleinhuepf/napari-segment-blobs-and-things-with-membranes
Releases · haesleinhuepf/napari-segment-blobs-and-things-with-membranes
0.2.22
Bug fixes:
- Label image returned by
remove_labels_on_edges()
are now always sequentially labeled.
Miscellaneous
- Menu entry
Seeded watershed
was moved toTools > Segmentation post-processing
0.2.21
Bugfix:
- Split/Merge labels manually didn't work with OpenCL-backed label images (thanks @chili-chiu for reporting)
0.2.19
0.2.18
New features
- Skeletonization of label images
0.2.17
New features
- Gauss-Otsu-labeling
0.2.16
Bugfixes
- black/white top-hat and morphological-gradient didn't work when called from the assistant
0.2.15
New features
- Manual splitting and merging labels (code originates from napari-manual-split-and-merge-labels)
0.2.14
New features
skeletonize
0.2.12
This is a maintenance release
Improvements
- Tests
- Code coverage
0.2.11
New features
- threshold_yen,
- threshold_isodata,
- threshold_li,
- threshold_mean,
- threshold_minimum,
- threshold_triangle,