ITK  4.3.0
Insight Segmentation and Registration Toolkit
Classes
ITKV3Compatibility
+ Collaboration diagram for ITKV3Compatibility:

Classes

class  itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >
 This class is deprecated. All features of this class have been incorporated into the AddImageFilter. This class is a thin wrapper around the AddImageFilter that provides the ITKv3 API. More...
 
class  itk::DeformationFieldJacobianDeterminantFilter< TInputImage, TRealType, TOutputImage >
 Computes a scalar image from a vector image (e.g., deformation field) input, where each output scalar at each pixel is the Jacobian determinant of the vector field at that location. This calculation is only correct if the the vector field has values that are the absolute locations from which to get the new values. This implies that the identity vector field (VF) mapping would have values at each location (x) equal to the location itself. VF(x)=x. THIS IS VERY UNUSUAL. The DeformationFieldJacobianDeterminantFilter computes the proper Jacobian Determinant for a vector field described this way as det[ dT/dx ] = det[ du/dx ]. More...
 
class  itk::DeformationFieldSource< TOutputImage >
 Computes a deformation field from two sets of landmarks. More...
 
class  itk::DivideByConstantImageFilter< TInputImage, TConstant, TOutputImage >
 This class is deprecated. All features of this class have been incorporated into the DivideImageFilter. This class is a thin wrapper around the DivideImageFilter that provides the ITKv3 API. More...
 
class  itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >
 Computes a diffeomorphic deformation field as the Lie group exponential of a vector field. More...
 
class  itk::GradientToMagnitudeImageFilter< TInputImage, TOutputImage >
 This filter is here for backwards compatibility. It has been renamed to VectorMagnitudeImageFilter in the ImageIntensity module. More...
 
class  itk::ImageToVectorImageFilter< TInputImage >
 This class is deprecated. You should use itkComposeImageFilter instead. More...
 
class  itk::InverseDeformationFieldImageFilter< TInputImage, TOutputImage >
 Computes the inverse of a deformation field. More...
 
class  itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >
 Computes the inverse of a deformation field. More...
 
class  itk::KernelFunction
 KernelFunction is for backward compatibility with ITKv3. More...
 
class  itk::MultiplyByConstantImageFilter< TInputImage, TConstant, TOutputImage >
 This class is deprecated. All features of this class have been incorporated into the MultiplyImageFilter. This class is a thin wrapper around the MultiplyImageFilter that provides the ITKv3 API. More...
 
class  itk::OtsuThresholdImageCalculator< TInputImage >
 Computes the Otsu's threshold for an image. More...
 
class  itk::SubtractConstantFromImageFilter< TInputImage, TConstant, TOutputImage >
 This class is deprecated. All features of this class have been incorporated into the SubtractImageFilter. This class is a thin wrapper around the SubtractImageFilter that provides the ITKv3 API. More...
 
class  itk::TransformToDeformationFieldSource< TOutputImage, TTransformPrecisionType >
 Generate a deformation field from a coordinate transform. More...
 

Detailed Description

Classes that provide ITKv3 compatibility. The CMake variable ITKV3_COMPATIBILITY must be ON to use these classes.

Dependencies: