Releases: juglab/labkit-command-line
Releases · juglab/labkit-command-line
v0.1.4
- This update is required to support pixel classifiers saved with the latest Labkit Fiji plugin. (labkit-ui 0.3.0)
- Maven group id was changed to "sc.fiji" for all Labkit components. This unfortunately also effects the serialized pixel classifiers, as mentioned above.
- The package names in the source code have been cleaned up to start with "sc.fiji.labkit".
- There is a known issue that multichannel images stored as BDV XML + HDF5 cannot be opened with this version.
v0.1.3
v0.1.2
- Update to newer version of labkit 0.2.7
- Add segment command that directly works on TIF files.
- Parallelize execution to improve performance.
- Use new version of imglib2 that contains performance improvements.
- (experimental) Allow to set block size.
- (experimental) Include connected component calculation and dilation.