Package de.unihalle.informatik.MiToBo.morphology

Provides classes for morphological processing of binary images.

See:
          Description

Class Summary
BasicMorphology class implementing basic morphological operations (for use with grayscale as well as with binary images)
ComponentPostprocess Methods for post-processing components/pixels in binary images.
DistanceTransform Class to calculate a distance map / field from a binary image using the Champfer-algorithm from G.
HDomeTransform3D H-dome transform in 3D (straightforward use with 2D-images).
ImgClose This class implements morphological closing on 2D binary/grayscale images.
ImgDilate This class implements morphological dilation on 2D binary/grayscale images.
ImgErode This class implements morphological erosion on 2D binary/grayscale images.
ImgOpen This class implements morphological opening on 2D binary/grayscale images.
ImgTophat This class implements the tophat operator.
 

Enum Summary
BasicMorphology.maskShape  
BasicMorphology.opMode  
ComponentPostprocess.ProcessMode Processing mode identifiers.
DistanceTransform.DistanceMetric Several distance metrics.
DistanceTransform.ForegroundColor Color of binary image foreground.
ImgTophat.tophatMode Available operating modes.
 

Package de.unihalle.informatik.MiToBo.morphology Description

Provides classes for morphological processing of binary images.

This package provides a selection of java classes for performing morphological operations on binary images. On the one hand classical morphological operators, e.g. erosion, dilation, distance transforms, can be found here. On the other hand the package also includes classes related to image morphology only in a broader sense. Linking adjacent image regions in a binary image is an example of those pseudo-morphological operators.

Author:
moeller


Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.