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  itk::AdaptiveHistogramEqualizationImageFilter< TImageType >
class  itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >
 Denoise a binary image using min/max curvature flow. More...
class  itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >
 Denoise an image using curvature driven flow. More...
class  itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >
 Denoise an image using min/max curvature flow. More...
class  itk::AnisotropicDiffusionFunction< TImage >
class  itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >
class  itk::BilateralImageFilter< TInputImage, TOutputImage >
 Blurs an image while preserving edges. More...
class  itk::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >
 Binary dilation of an image. More...
class  itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >
 Binary erosion of an image. More...
class  itk::BinomialBlurImageFilter< TInputImage, TOutputImage >
 Performs a separable blur on each dimension of an image. More...
class  itk::BloxBoundaryPointImageToBloxBoundaryProfileImageFilter< TSourceImage >
 Converts a BloxImage of BloxBoundaryPoints to a BloxImage of BloxBoundaryProfiles. More...
class  itk::BloxBoundaryPointToCoreAtomImageFilter< dim >
 Converts a gradient image to an BloxImage of BloxBoundaryPoints. More...
class  itk::CurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >
class  itk::CurvatureNDAnisotropicDiffusionFunction< TImage >
class  itk::DifferenceOfGaussiansGradientImageFilter< TInputImage, TDataType >
 Performs difference-of-gaussians gradient detection. More...
class  itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
 dilation of an object in an image More...
class  itk::DiscreteGaussianImageFilter< TInputImage, TOutputImage >
 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  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::GradientAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >
class  itk::GradientImageToBloxBoundaryPointImageFilter< TInputImage >
 Converts a gradient image to an BloxImage of BloxBoundaryPoints. More...
class  itk::GradientNDAnisotropicDiffusionFunction< TImage >
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 erosion 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::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::HMinimaImageFilter< TInputImage, TOutputImage >
 Suppress local minima whose depth below the baseline is less than h. More...
class  itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >
 Base class for the morphological operations such as erosion and dialation. More...
class  itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
 Base class for the morphological operations being applied to isolated objects in an image. More...
class  itk::RecursiveGaussianImageFilter< TInputImage, TOutputImage >
 Base class for computing IIR convolution with a Gaussian kernel. More...
class  itk::ScalarAnisotropicDiffusionFunction< TImage >
class  itk::VectorAnisotropicDiffusionFunction< TImage >
class  itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >
class  itk::VectorGradientAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >

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 Sun Apr 1 02:48:27 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000