Skip to content

Releases: ijpb/MorphoLibJ

Release v1.1.1

12 Jan 11:24
Compare
Choose a tag to compare

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

26 Nov 15:51
Compare
Choose a tag to compare

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

23 Mar 09:42
Compare
Choose a tag to compare

Major changes:

  • Fix bug to correctly apply gradient on 16-bit 3D images.

Release v1.0.6

30 Oct 09:32
Compare
Choose a tag to compare

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

09 Oct 13:36
Compare
Choose a tag to compare

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

25 Sep 16:03
Compare
Choose a tag to compare
  • 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.