ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes
Module ITKImageGradient
Group Filtering
+ Collaboration diagram for Module ITKImageGradient:

Classes

class  itk::DifferenceOfGaussiansGradientImageFilter< TInputImage, TDataType >
 Performs difference-of-gaussians gradient detection. More...
class  itk::GradientImageFilter< TInputImage, TOperatorValueType, TOutputValueType, TOutputImageType >
 Computes the gradient of an image using directional derivatives. More...
class  itk::GradientMagnitudeImageFilter< TInputImage, TOutputImage >
 Computes the gradient magnitude of an image region at each pixel. More...
class  itk::GradientMagnitudeRecursiveGaussianImageFilter< TInputImage, TOutputImage >
 Computes the Magnitude of the Gradient of an image by convolution with the first derivative of a Gaussian. More...
class  itk::GradientRecursiveGaussianImageFilter< TInputImage, TOutputImage >
 Computes the gradient of an image by convolution with the first derivative of a Gaussian. More...
class  itk::VectorGradientMagnitudeImageFilter< TInputImage, TRealType, TOutputImage >
 Computes a scalar, gradient magnitude image from a multiple channel (pixels are vectors) input. More...

Detailed Description

This module contains filters that compute differential operations in images. In particular, image gradients, gradient magnitude and difference of Gaussians.

Dependencies: