MorphoLibJ 1.6.2
·
52 commits
to master
since this release
This is release 1.6.2 of MorphoLibJ, a library for Mathematical Morphology with ImageJ/Fiji.
This release is mostly the same as MorphoLibJ-1.6.1, except that it was succesfully created with the continuous integration system. Therefore it is available as a maven artifact from Nexus repository.
Note also that this release contains a logo for MorphoLibJ!!
Feature enhancements
- Added new option for morphological filtering of label maps. Can choose to erode only from background pixels, or from pixels with different label (issue #76)
- Cropping label images now keeps spatial calibration (issue #63)
- Added several logo images (in the "doc/logo" directory)
- User manual updated
Bug fixes
- Fixed bug in computation of Euler number with connectivity 26
- DrawTableValues plugin now correctly manages spatial calibration (issue #78)
- Made Microstructure Analysis 3D more robust to management of large images
Under the hood
- Simplified JUnit tests cases
- Add ImageShape.subsample(...) methods
- Added ImageUtils.fill(...) methods based on lambda functions