ITK  4.2.0
Insight Segmentation and Registration Toolkit
Modules | Classes
Image Filters
Filters
+ Collaboration diagram for Image Filters:

Modules

 Intensity Image Filters
 Image Enhancement Filters
 Image Feature Extraction Filters
 Image Segmentation Filters

Classes

class  itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >
 Generate a PointSet containing the narrow band around the edges of a input binary image. More...
class  itk::BSplineDecompositionImageFilter< TInputImage, TOutputImage >
 Calculates the B-Spline coefficients of an image. Spline order may be from 0 to 5. More...
class  itk::DenseFiniteDifferenceImageFilter< TInputImage, TOutputImage >
class  itk::DirectFourierReconstructionImageToImageFilter< TInputImage, TOutputImage >
 Direct fourier reconstruction filter of a tomographic volume. More...
class  itk::ExtractOrthogonalSwath2DImageFilter< TImage >
 Extracts into rectangular form a "swath" image from the input image along the parametric path. More...
class  itk::GradientAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >
class  itk::GradientVectorFlowImageFilter< TInputImage, TOutputImage, TInternalPixel >
 This class computes a diffusion of the gradient vectors for graylevel or binary edge map derive from the image. It enlarges the capture range of the gradient force and make external force derived from the gradient work effectively in the framework of deformable model. More...
class  itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >
 Base class for filters that take both a path and an image as input and produce a path as output. More...
class  itk::ImageToImageFilter< TInputImage, TOutputImage >
 Base class for filters that take an image as input and produce an image as output. More...
class  itk::ImageToMeshFilter< TInputImage, TOutputMesh >
 ImageToMeshFilter is the base class for all process objects that output Mesh data and require image data as input. Specifically, this class defines the SetInput() method for defining the input to a filter. More...
class  itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >
 Generate a mesh of parametric space from input images. More...
class  itk::ImageToPathFilter< TInputImage, TOutputPath >
 Base class for filters that take an image as input and produce an path as output. More...
class  itk::InPlaceImageFilter< TInputImage, TOutputImage >
 Base class for filters that take an image as input and overwrite that image as the output. More...
class  itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >
 Applies a single NeighborhoodOperator to an image, processing only those pixels that are under a mask. More...
class  itk::MultiphaseDenseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >
class  itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >
 Applies a single NeighborhoodOperator to an image region. More...
class  itk::NormalizedCorrelationImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >
 Computes the normalized correlation of an image and a template. More...
class  itk::RecursiveSeparableImageFilter< TInputImage, TOutputImage >
 Base class for recursive convolution with a kernel. More...
class  itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >
 Evaluates a SpatialFunction onto a source image. More...
class  itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >
 Applies a single scalar NeighborhoodOperator to an itk::Vector image region. More...

Detailed Description

Image filters process input images and produce output images. Inputs are unmodified. The pipeline architecture makes provisions for supporting streaming by using packets of data defined by regions

See also:
Image
PhysicalImage
ImageRegion