Releases: haesleinhuepf/napari-accelerated-pixel-and-object-classification
Releases · haesleinhuepf/napari-accelerated-pixel-and-object-classification
0.6.3
Bug fix
- When starting up napari, napari-accelerated-pixel-and-object-classification caused a warning
See also:
https://github.com/haesleinhuepf/apoc/releases/tag/0.6.3
0.6.2
New features
- Train probability mapper function GUI for completeness (in Plugins menu)
- Sobel of Gaussian (a.k.a. Gradient Magnitude of Gaussian) added to feature selection user interface
Bug fixes
- Applying pre-trained pixel-classifiers, object-segmenters and probabilty-mappers failed from menu
Improvements
- Slimmer user interface
0.6.1
Bugfix:
- object classifier couldn't be created in case the file didn't exist
0.6.0
New features:
- Trained classifiers can now be applied in Fiji
Backwards compatibility breaking changes
- The format the classifiers were saved in had some technical issues. The format was changed. Read more: https://github.com/haesleinhuepf/apoc/releases/tag/0.6.0
0.5.9
This is a maintenance release for making tests work and improving code coverage
0.5.8
Backwards compatible changes
- Changed menu entries to cover finer differentiation between various filtering and segmentation techniquese
0.5.7
New features
ProbabilityMapper
for producing probability maps for specific classes
0.5.6
Bug fixes:
- Check image size before training and show a proper error message in case they don't fit (thanks to Iggy from the Image.sc forum for reporting)
0.5.5
Bugfixes:
- Crashes with 4D data; it now uses time-slicer to process timelapses timepoint by timepoint
0.5.4
New features
- Added most important tools to the Tools menu (napari-tools-menu)