Package inra.ijpb.morphology.filter

Morphological filtering operators implemented as classes.
Author:
dlegland
  • Class Summary
    Class Description
    BlackTopHat
    Performs morphological black top-hat on 2D/3D images.
    Closing
    Performs morphological closing on 2D/3D images.
    Dilation
    Performs morphological dilation on 2D/3D images.
    Erosion
    Performs morphological erosion on 2D/3D images.
    ExternalGradient
    Performs morphological external gradient on 2D/3D images.
    Gradient
    Performs morphological gradient, also known as "Beucher Gradient", on 2D/3D images.
    InternalGradient
    Computes the morphological internal gradient of the input image.
    Laplacian
    Computes the morphological Laplacian of the input image.
    MorphologicalFilter
    Base class for morphological filters, based on a structuring element.
    Opening
    Performs morphological opening on 2D/3D images.
    WhiteTopHat
    Performs morphological White Top-Hat on 2D/3D images.