Published January 8, 2022
| Version 0.6.0
Software
Open
haesleinhuepf/apoc: 0.6.0
Description
New features
- The classifiers can now be applied in Fiji using the corresponding Fiji plugin: https://github.com/clij/clijx-accelerated-pixel-and-object-classification
Bug fixes
- ObjectSegmenter.cl files were misleadingly saved in the "PixelClassifier" format.
- ObjectClassification features were saved comma-separated, pixel-classification feastures were saved space-separated. Starting with this release, all features are saved space-separated (similar to other function in CLIJ). This change is backwards-compatible. The old format is still accepted.
Backwards compatibility breaking changes:
- In case, in future versions of APOC, these old classifiers can't be loaded anymore, consider editing the
.clfile by replacingclassifier_class_name = PixelClassifierwithclassifier_class_name = ObjectSegmenter. If this doesn't help, please get in touch.
Files
haesleinhuepf/apoc-0.6.0.zip
Files
(3.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:999cf3727192ac51f7d9efc94b683fd5
|
3.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/haesleinhuepf/apoc/tree/0.6.0 (URL)