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

Image Enhancement Filters
[Image Filters]


Classes

class  AdaptiveHistogramEqualizationImageFilter
class  AnisotropicDiffusionFunction
class  AnisotropicDiffusionImageFilter
class  BilateralImageFilter
 Blurs an image while preserving edges. More...

class  BinaryMinMaxCurvatureFlowImageFilter
 Denoise a binary image using min/max curvature flow. More...

class  BinaryPruningImageFilter
class  BinaryThinningImageFilter
 This filter computes one-pixel-wide edges of the input image. More...

class  BinomialBlurImageFilter
 Performs a separable blur on each dimension of an image. More...

class  BlackTopHatImageFilter
 Black top hat extract local minima that are larger than the structuring element. More...

class  BloxBoundaryPointImageToBloxBoundaryProfileImageFilter
 Converts a BloxImage of BloxBoundaryPoints to a BloxImage of BloxBoundaryProfiles. More...

class  BloxBoundaryPointToCoreAtomImageFilter
 Converts a gradient image to an BloxImage of BloxBoundaryPoints. More...

class  ClosingByReconstructionImageFilter
 Closing by reconstruction of an image. More...

class  CurvatureAnisotropicDiffusionImageFilter
class  CurvatureFlowImageFilter
 Denoise an image using curvature driven flow. More...

class  CurvatureNDAnisotropicDiffusionFunction
class  DifferenceOfGaussiansGradientImageFilter
 Performs difference-of-gaussians gradient detection. More...

class  DilateObjectMorphologyImageFilter
 dilation of an object in an image More...

class  DiscreteGaussianImageFilter
 Blurs an image by separable convolution with discrete gaussian kernels. This filter performs Gaussian blurring by separable convolution of an image and a discrete Gaussian operator (kernel). More...

class  DoubleThresholdImageFilter
 Binarize an input image using double thresholding. More...

class  ErodeObjectMorphologyImageFilter
 Erosion of an object in an image. More...

class  GradientAnisotropicDiffusionImageFilter
class  GradientImageToBloxBoundaryPointImageFilter
 Converts a gradient image to an BloxImage of BloxBoundaryPoints. More...

class  GradientNDAnisotropicDiffusionFunction
class  GrayscaleConnectedClosingImageFilter
 Enhance pixels associated with a dark object (identified by a seed pixel) where the dark object is surrounded by a brigher object. More...

class  GrayscaleConnectedOpeningImageFilter
 Enhance pixels associated with a bright object (identified by a seed pixel) where the bright object is surrounded by a darker object. More...

class  GrayscaleDilateImageFilter
 gray scale dilation of an image More...

class  GrayscaleErodeImageFilter
 gray scale erosion of an image More...

class  GrayscaleFillholeImageFilter
 Remove local minima not connected to the boundary of the image. More...

class  GrayscaleFunctionDilateImageFilter
 gray scale function dilation of an image More...

class  GrayscaleFunctionErodeImageFilter
 gray scale function erosion of an image More...

class  GrayscaleGeodesicDilateImageFilter
 geodesic gray scale dilation of an image More...

class  GrayscaleGeodesicErodeImageFilter
 geodesic gray scale erosion of an image More...

class  GrayscaleGrindPeakImageFilter
 Remove local maxima not connected to the boundary of the image. More...

class  GrayscaleMorphologicalClosingImageFilter
 gray scale morphological closing of an image. More...

class  GrayscaleMorphologicalOpeningImageFilter
 gray scale morphological opening of an image. More...

class  HConcaveImageFilter
 Identify local minima whose depth below the baseline is greater than h. More...

class  HConvexImageFilter
 Identify local maxima whose height above the baseline is greater than h. More...

class  HMaximaImageFilter
 Suppress local maxima whose height above the baseline is less than h. More...

class  HMinimaImageFilter
 Suppress local minima whose depth below the baseline is less than h. More...

class  MinMaxCurvatureFlowImageFilter
 Denoise an image using min/max curvature flow. More...

class  MorphologyImageFilter
 Base class for the morphological operations such as erosion and dialation. More...

class  ObjectMorphologyImageFilter
 Base class for the morphological operations being applied to isolated objects in an image. More...

class  OpeningByReconstructionImageFilter
 Opening by reconstruction of an image. More...

class  ReconstructionByDilationImageFilter
 grayscale reconstruction by dilation of an image More...

class  ReconstructionByErosionImageFilter
 grayscale reconstruction by erosion of an image More...

class  RecursiveGaussianImageFilter
 Base class for computing IIR convolution with an approximation of a Gaussian kernel. More...

class  ScalarAnisotropicDiffusionFunction
class  VectorAnisotropicDiffusionFunction
class  VectorCurvatureAnisotropicDiffusionImageFilter
class  VectorGradientAnisotropicDiffusionImageFilter
class  WhiteTopHatImageFilter
 White top hat extract local maxima that are larger than the structuring element. More...


Detailed Description

Image enhancement filters process an image to enhance the appearance of an image either for visualization purposes or for further processing. Examples of image enhancement filters available in ITK are: anisotropic diffusion, Gaussian filter, and histogram equalization.
Generated at Thu May 25 00:19:34 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000