Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

Mathematical Morphology Image Filters
[Intensity Image Filters]

Collaboration diagram for Mathematical Morphology Image Filters:


Detailed Description

Mathematical morphology filters are a particular class of cellular automata. They modify the value of a pixel based on the values of a neighborhood. The neighborhood is now as the structured element.

See also:
Image

PhysicalImage

ImageRegion

BinaryMorphologicalFilterBase


Classes

class  itk::BasicDilateImageFilter< TInputImage, TOutputImage, TKernel >
 gray scale dilation of an image More...
class  itk::BasicErodeImageFilter< TInputImage, TOutputImage, TKernel >
 gray scale erosion of an image More...
class  itk::BasicMorphologicalGradientImageFilter< TInputImage, TOutputImage, TKernel >
 Morphological gradients enhance the variation of pixel intensity in a given neighborhood. More...
class  itk::BinaryPruningImageFilter< TInputImage, TOutputImage >
 This filter removes "spurs" of less than a certain length in the input image. More...
class  itk::BinaryThinningImageFilter< TInputImage, TOutputImage >
 This filter computes one-pixel-wide edges of the input image. More...
class  itk::BlackTopHatImageFilter< TInputImage, TOutputImage, TKernel >
 Black top hat extract local minima that are larger than the structuring element. More...
class  itk::ClosingByReconstructionImageFilter< TInputImage, TOutputImage, TKernel >
 Closing by reconstruction of an image. More...
class  itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
 dilation of an object in an image More...
class  itk::DoubleThresholdImageFilter< TInputImage, TOutputImage >
 Binarize an input image using double thresholding. More...
class  itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
 Erosion of an object in an image. More...
class  itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >
 Enhance pixels associated with a dark object (identified by a seed pixel) where the dark object is surrounded by a brigher object. More...
class  itk::GrayscaleConnectedOpeningImageFilter< TInputImage, TOutputImage >
 Enhance pixels associated with a bright object (identified by a seed pixel) where the bright object is surrounded by a darker object. More...
class  itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >
 gray scale dilation of an image More...
class  itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >
 gray scale dilation of an image More...
class  itk::GrayscaleFillholeImageFilter< TInputImage, TOutputImage >
 Remove local minima not connected to the boundary of the image. More...
class  itk::GrayscaleFunctionDilateImageFilter< TInputImage, TOutputImage, TKernel >
 gray scale function dilation of an image More...
class  itk::GrayscaleFunctionErodeImageFilter< TInputImage, TOutputImage, TKernel >
 gray scale function erosion of an image More...
class  itk::GrayscaleGeodesicDilateImageFilter< TInputImage, TOutputImage >
 geodesic gray scale dilation of an image More...
class  itk::GrayscaleGeodesicErodeImageFilter< TInputImage, TOutputImage >
 geodesic gray scale erosion of an image More...
class  itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >
 Remove local maxima not connected to the boundary of the image. More...
class  itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >
 gray scale morphological closing of an image. More...
class  itk::GrayscaleMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel >
 gray scale morphological opening of an image. More...
class  itk::HConcaveImageFilter< TInputImage, TOutputImage >
 Identify local minima whose depth below the baseline is greater than h. More...
class  itk::HConvexImageFilter< TInputImage, TOutputImage >
 Identify local maxima whose height above the baseline is greater than h. More...
class  itk::HMaximaImageFilter< TInputImage, TOutputImage >
 Suppress local maxima whose height above the baseline is less than h. More...
class  itk::HMaximaImageFilterRobinson< TInputImage, TOutputImage >
 Suppress local minima whose depth below the baseline is less than h. More...
class  itk::HMinimaImageFilter< TInputImage, TOutputImage >
 Suppress local minima whose depth below the baseline is less than h. More...
class  itk::HMinimaImageFilterRobinson< TInputImage, TOutputImage >
 Suppress local minima whose depth below the baseline is less than h. More...
class  itk::MorphologicalGradientImageFilter< TInputImage, TOutputImage, TKernel >
 Morphological gradients enhance the variation of pixel intensity in a given neighborhood. More...
class  itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >
 Base class for the morphological operations such as erosion and dialation. More...
class  itk::MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel >
 gray scale dilation of an image More...
class  itk::MovingHistogramErodeImageFilter< TInputImage, TOutputImage, TKernel >
 gray scale dilation of an image More...
class  itk::MovingHistogramImageFilter< TInputImage, TOutputImage, TKernel, THistogram >
 gray scale dilation of an image More...
class  itk::MovingHistogramMorphologicalGradientImageFilter< TInputImage, TOutputImage, TKernel >
 Morphological gradients enhance the variation of pixel intensity in a given neighborhood. More...
class  itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, THistogram >
 base class for MovingHistogramDilateImageFilter and MovingHistogramErodeImageFilter More...
class  itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
 Base class for the morphological operations being applied to isolated objects in an image. More...
class  itk::OpeningByReconstructionImageFilter< TInputImage, TOutputImage, TKernel >
 Opening by reconstruction of an image. More...
class  itk::ReconstructionByDilationImageFilter< TInputImage, TOutputImage >
 A grayscale geodesic dilation. No incremental option available. Should be much faster than the current ITK version. More...
class  itk::ReconstructionByDilationImageFilterRobinson< TInputImage, TOutputImage >
 grayscale reconstruction by dilation of an image More...
class  itk::ReconstructionByErosionImageFilter< TInputImage, TOutputImage >
 A grayscale geodesic dilation. No incremental option available. Should be much faster than the current ITK version. Uses the algorithm sescribed by Luc Vincent, "Morphological grayscale reconstruction definition, efficient algorithm and applications in image analysis". Proc IEEE Computer Vision and Pattern Recognition (1992). More...
class  itk::ReconstructionByErosionImageFilterRobinson< TInputImage, TOutputImage >
 grayscale reconstruction by erosion of an image More...
class  itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >
 Performs a grayscale geodesic reconstruction -- for performance comparison with GrayscaleGeodesicDilateImageFilter. More...
class  itk::WhiteTopHatImageFilter< TInputImage, TOutputImage, TKernel >
 White top hat extract local maxima that are larger than the structuring element. More...


Generated at Fri Sep 8 04:26:25 2006 for ITK by doxygen 1.4.7 written by Dimitri van Heesch, © 1997-2000