Releases: ijpb/MorphoLibJ
Releases · ijpb/MorphoLibJ
MorphoLibJ v1.2.0
New features:
- grayscale attribute filtering plugins in 2D and 3D ( for example, area and volume opening, opening by diagonal of bounding box)
- new plugin for manual edition of label images
- add label edition options in morphological watershed plugin
- morphological filters now support anisotropic structuring elements
- better display of geodesic diameter results
- update of user manual
- better monitoring of algorithms
- fixed bugs on 32-bit image processing on several methods
Release v1.1.1
Major changes:
- Move all plugin menus to "Plugins>MorphoLibJ"
- Better support of exceptions in connected components labeling
- Fix bug for labeling of connected components with too many components
- Improve code documentation
- Improve Area Opening plugin
Release v1.1.0
This release introduces new measurements for 3D label images, and reorganized some of the utility packages.
Most relevant changes:
- New measurements for 2D/3D label images: maximum inscribed disc/sphere, bounding boxes, centroids, 3D Euler number
- Create ParticleAnalysis3DPlugin for multivariate analysis of 3D label images
- Add support for measure of surface area in 13 directions with non cubic voxels
- Rename plugin main entry name to "MorphoLibJ" instead of "Fast Morphology"
- Lot of code refactoring for geodesic reconstruction algorithms
- Rewite some code in computation of geodesic diameter
- Lot of code cleanup and code factorization
Release v1.0.7
Major changes:
- Fix bug to correctly apply gradient on 16-bit 3D images.
Release v1.0.6
First release under the name of MorphoLibJ.
Most relevant changes:
- Rename whole project to MorphoLibJ, much more descriptive than ijpb-plugins.
- Fix bug when applying marker-controlled watershed with a mask.
- Fix a bug that caused chamfer distance map to sometimes forget the lower-left pixel.
- Fix potential bugs in computation of geodesic distances.
- Fix bug that was causing any 3d input image unusable after running the Morphological Segmentation plugin.
- Add Glasbey and Golden angle LUTs.
Release v1.0.5
Major changes:
- Fix bug introduced in Morphological Segmentation after removing the priority queue option (the segment method had to be updated).
- "Crop Label" and "Select Labels" Plugins now also work for 2D images.
Release v1.0.4
- Remove use of sorted list from marker-controlled watershed plugins. That method only works if the markers are at all local minima in the input image.
- Fix small bugs in the GUIs to display correctly titles and progression bars.
- Add 2D watershed methods.
- Add methods to obtain flooding animations in 2D.