ITK  4.8.0
Insight Segmentation and Registration Toolkit
Classes
Module ITKImageFunction
+ Collaboration diagram for Module ITKImageFunction:

Classes

class  itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >
 
class  itk::Function::BlackmanWindowFunction< VRadius, TInput, TOutput >
 
class  itk::BSplineDecompositionImageFilter< TInputImage, TOutputImage >
 
class  itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >
 
class  itk::BSplineResampleImageFunction< TImageType, TCoordRep >
 
class  itk::CentralDifferenceImageFunction< TInputImage, TCoordRep, TOutputType >
 
class  itk::Function::CosineWindowFunction< VRadius, TInput, TOutput >
 
class  itk::CovarianceImageFunction< TInputImage, TCoordRep >
 
class  itk::ExtrapolateImageFunction< TInputImage, TCoordRep >
 
class  itk::GaussianBlurImageFunction< TInputImage, TOutput >
 
class  itk::GaussianDerivativeImageFunction< TInputImage, TOutput >
 
class  itk::GaussianInterpolateImageFunction< TInputImage, TCoordRep >
 
class  itk::Function::HammingWindowFunction< VRadius, TInput, TOutput >
 
class  itk::ImageFunction< TInputImage, TOutput, TCoordRep >
 
class  itk::InterpolateImageFunction< TInputImage, TCoordRep >
 
class  itk::LabelImageGaussianInterpolateImageFunction< TInputImage, TCoordRep, TPixelCompare >
 
class  itk::Function::LanczosWindowFunction< VRadius, TInput, TOutput >
 
class  itk::LinearInterpolateImageFunction< TInputImage, TCoordRep >
 
class  itk::MahalanobisDistanceThresholdImageFunction< TInputImage, TCoordRep >
 
class  itk::MeanImageFunction< TInputImage, TCoordRep >
 
class  itk::MedianImageFunction< TInputImage, TCoordRep >
 
class  itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >
 
class  itk::NearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >
 
class  itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >
 
class  itk::NeighborhoodOperatorImageFunction< TInputImage, TOutput >
 
class  itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >
 
class  itk::ScatterMatrixImageFunction< TInputImage, TCoordRep >
 
class  itk::SumOfSquaresImageFunction< TInputImage, TCoordRep >
 
class  itk::VarianceImageFunction< TInputImage, TCoordRep >
 
class  itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >
 
class  itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >
 
class  itk::VectorLinearInterpolateNearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >
 
class  itk::VectorMeanImageFunction< TInputImage, TCoordRep >
 
class  itk::VectorNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >
 
class  itk::Function::WelchWindowFunction< VRadius, TInput, TOutput >
 
class  itk::WindowedSincInterpolateImageFunction< TInputImage, VRadius, TWindowFunction, TBoundaryCondition, TCoordRep >
 

Detailed Description

ImageFunctions are typically used as helper classes in the implementation of ITK filters. In many cases they may act as pluggable components at run time, while in other cases they may be implementing the actions that a filter will apply at every iteration, or the operation a filter may apply to every pixel. These classes are rarely used from applications. Their main role is to assist in the implementation of ITK filters.

Dependencies: