|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkVectorImageToImageMetricTraitsv4_h
19 #define itkVectorImageToImageMetricTraitsv4_h
42 template <
typename TFixedImageType,
43 typename TMovingImageType,
44 typename TVirtualImageType,
45 unsigned int VNumberOfComponents,
unsigned int ImageDimensionType
static constexpr ImageDimensionType MovingImageDimension
typename FixedImageType::PixelType FixedImagePixelType
typename NumericTraits< MovingImagePixelType >::RealType MovingRealType
typename MovingImageType::PixelType MovingImagePixelType
Calculate the derivative by central differencing.
typename NumericTraits< FixedImagePixelType >::RealType FixedRealType
A templated class holding a n-Dimensional vector.
Vector< CoordinateRepresentationType, FixedImageDimension *VNumberOfComponents > FixedImageGradientType
Vector< CoordinateRepresentationType, MovingImageDimension *VNumberOfComponents > MovingImageGradientType
Base class for filters that take an image as input and produce an image as output.
TFixedImageType FixedImageType
Evaluates a function of an image at specified position.
TInternalComputationValueType CoordinateRepresentationType
Traits class used to by ConvertPixels to convert blocks of pixels.
static constexpr ImageDimensionType VirtualImageDimension
Computes the gradient of an image by convolution with the first derivative of a Gaussian.
TCoordRep CoordinateRepresentationType
A templated class holding a n-Dimensional covariant vector.
static constexpr ImageDimensionType FixedImageDimension
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
TMovingImageType MovingImageType
A simple structure holding type information for ImageToImageMetricv4 classes.
Templated n-dimensional image class.
TVirtualImageType VirtualImageType