·
17 commits
to master
since this release
This is release 1.6.4 of MorphoLibJ, a library for Mathematical Morphology with ImageJ/Fiji. This release mostly introduces some refactoring, and fixes some bugs.
New features (from 1.6.1)
- Added the "Skeleton Geodesic Diameter" Plugin, that computes the geodesic diameter on the result of skeletonization
- Added the "Label Map to ROIs" plugins, that computes boundary polygons of regions within a label map (f8e3cc5)
Enhancement / bug fixes
- Analyze Regions 3D Plugin: fixed a bug in computation of equivalent ellipsoid table (d31b5d8)
- 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
- fixed computation of BinaryConfigurationsHistogram2D for specific list of labels (a5a21d2)
- 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