Skip to content

Releases: ijtools/binary-morphology

Binary Morphology v1.0

08 Feb 17:07

Choose a tag to compare

Implementation of morphological erosion and dilation for 2D/3D binary images.

The implementation relies on the computation of distance maps, making the running time significantly faster than native ImageJ implementation for 3D images.

The result of dilation and erosion depends on the computation of distance maps. Here, a Chamfer distance maps is used. As this is an approximation of the Euclidean distance map, this plugin should be seen as an approximation of morphological dilation and erosion.

Requires MorphoLibJ 1.5.0 (or greater).

Binary Morphology v0.2

08 Nov 16:40

Choose a tag to compare

Binary Morphology v0.1

This feature adds support for morphological opening and closing of 2D/3D binary images, using distance transforms and thresholds.

Binary Morphology v0.1

27 Sep 09:42

Choose a tag to compare

Implementation of morphological erosion and dilation for 2D/3D binary images.

The implementation relies on the computation of distance maps, making the running time significantly faster than native ImageJ implementation for 3D images.

The result of dilation and erosion depends on the computation of distance maps. Here, a Chamfer disatnce maps is used. As this is an approximation of the Euclidean distance map, this plugin should be seen as an approximation of morphological dilation and erosion.