Releases: ijtools/binary-morphology
Binary Morphology v1.0
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
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
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.