MorphoLibJ 1.6.3
·
26 commits
to master
since this release
This is release 1.6.3 of MorphoLibJ, a library for Mathematical Morphology with ImageJ/Fiji. This release mostly introduces some refactoring, and fixes some bugs.
New feature
- added the "Skeleton Geodesic Diameter" Plugin, that computes geodesic diameter on the result of skeletonization
Enhancement / bug fixes
- the KillBordersPlugin now keeps display settings
- fixed a problem in choice of gradient in plugins/MorphologicalSegmentation
- fixed computation of structuring element offset in morphology/strel/EllipsoidStrel
- several updates in the user manual
Refactoring
- refactored the "AnalyzeRegions" plugin by using the new MorphometricFeatures2D class
- refactored the AnalyzeRegions3D plugin based on the new MorphometricFeatures3D class
- renamed IntrinsicVolumesAnalyzer2D.java into IntrinsicVolumes2D.java
- renamed IntrinsicVolumesAnalyzer3D.java into IntrinsicVolumes3D.java