18#ifndef itkDefaultImageToImageMetricTraitsv4_h
19#define itkDefaultImageToImageMetricTraitsv4_h
41template <
typename TFixedImageType,
42 typename TMovingImageType,
43 typename TVirtualImageType,
44 typename TCoordinate =
double>
Calculate the derivative by central differencing.
A templated class holding a n-Dimensional covariant vector.
Traits class used to by ConvertPixels to convert blocks of pixels.
A simple structure holding type information for ImageToImageMetricv4 classes.
GradientRecursiveGaussianImageFilter< MovingImageType, MovingImageGradientImageType > DefaultMovingImageGradientFilter
unsigned int ImageDimensionType
ImageFunction< FixedImageType, CovariantVector< double, Self::FixedImageDimension >, CoordinateRepresentationType > FixedImageGradientCalculatorType
ImageFunction< MovingImageType, CovariantVector< double, Self::MovingImageDimension >, CoordinateRepresentationType > MovingImageGradientCalculatorType
CentralDifferenceImageFunction< MovingImageType, CoordinateRepresentationType > DefaultMovingImageGradientCalculator
CovariantVector< MovingRealType, Self::MovingImageDimension > MovingGradientPixelType
FixedImageGradientType FixedImageComponentGradientType
MovingImageGradientType MovingImageComponentGradientType
typename NumericTraits< MovingImagePixelType >::RealType MovingRealType
Image< MovingGradientPixelType, Self::MovingImageDimension > MovingImageGradientImageType
DefaultConvertPixelTraits< MovingImageGradientType > MovingImageGradientConvertType
ImageToImageFilter< FixedImageType, FixedImageGradientImageType > FixedImageGradientFilterType
ImageToImageFilter< MovingImageType, MovingImageGradientImageType > MovingImageGradientFilterType
CovariantVector< CoordinateRepresentationType, Self::VirtualImageDimension > VirtualImageGradientType
TVirtualImageType VirtualImageType
DefaultConvertPixelTraits< FixedImageGradientType > FixedImageGradientConvertType
CovariantVector< FixedRealType, Self::FixedImageDimension > FixedGradientPixelType
typename MovingImageType::PixelType MovingImagePixelType
static constexpr ImageDimensionType MovingImageDimension
static constexpr ImageDimensionType FixedImageDimension
VirtualImageGradientType VirtualImageComponentGradientType
TCoordinate CoordinateRepresentationType
typename NumericTraits< FixedImagePixelType >::RealType FixedRealType
TMovingImageType MovingImageType
GradientRecursiveGaussianImageFilter< FixedImageType, FixedImageGradientImageType > DefaultFixedImageGradientFilter
typename FixedImageType::PixelType FixedImagePixelType
TFixedImageType FixedImageType
static constexpr ImageDimensionType VirtualImageDimension
CovariantVector< CoordinateRepresentationType, Self::FixedImageDimension > FixedImageGradientType
DefaultImageToImageMetricTraitsv4 Self
CentralDifferenceImageFunction< FixedImageType, CoordinateRepresentationType > DefaultFixedImageGradientCalculator
Image< FixedGradientPixelType, Self::FixedImageDimension > FixedImageGradientImageType
CovariantVector< CoordinateRepresentationType, Self::MovingImageDimension > MovingImageGradientType
Computes the gradient of an image by convolution with the first derivative of a Gaussian.
Evaluates a function of an image at specified position.
Base class for filters that take an image as input and produce an image as output.
Templated n-dimensional image class.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....