10 template <
class TFixedImagePixelType,
class TMovingImagePixelType,
unsigned int ImageDimension >
17 typedef itk::VectorImage < TFixedImagePixelType, ImageDimension >
TFixedImage;
18 typedef itk::VectorImage < TMovingImagePixelType, ImageDimension >
TMovingImage;
32 typedef typename TFixedImage::PixelType
PixelType;
50 MeasureType
GetValue(
const TransformParametersType & parameters)
const ITK_OVERRIDE;
58 void operator=(
const Self&);
anima::BaseOrientedModelImageToImageMetric< TFixedImage, TMovingImage > Superclass
Superclass::MovingImageConstPointer MovingImageConstPointer
virtual ~TensorMeanSquaresImageToImageMetric()
TMovingImage MovingImageType
Superclass::CoordinateRepresentationType CoordinateRepresentationType
Superclass::MovingImageType MovingImageType
Superclass::FixedImageConstPointer FixedImageConstPointer
TransformType::InputPointType InputPointType
Superclass::TransformPointer TransformPointer
itk::SmartPointer< const Self > ConstPointer
FixedImageType::ConstPointer FixedImageConstPointer
itk::SmartPointer< Self > Pointer
TFixedImage::PixelType PixelType
itk::ContinuousIndex< double, TFixedImage::ImageDimension > ContinuousIndexType
Superclass::MeasureType MeasureType
itk::VectorImage< TFixedImagePixelType, ImageDimension > TFixedImage
MovingImageType::ConstPointer MovingImageConstPointer
MeasureType GetValue(const TransformParametersType ¶meters) const ITK_OVERRIDE
Superclass::ParametersValueType CoordinateRepresentationType
Superclass::TransformParametersType TransformParametersType
TransformType::OutputPointType OutputPointType
TensorMeanSquaresImageToImageMetric Self
Superclass::MeasureType MeasureType
Superclass::InputPointType InputPointType
TFixedImage FixedImageType
TransformType::ParametersType TransformParametersType
itk::Transform< CoordinateRepresentationType, itkGetStaticConstMacro(MovingImageDimension), itkGetStaticConstMacro(FixedImageDimension)> TransformType
itk::VectorImage< TMovingImagePixelType, ImageDimension > TMovingImage
TensorMeanSquaresImageToImageMetric()
TransformType::Pointer TransformPointer
Superclass::TransformType TransformType
Superclass::OutputPointType OutputPointType
Superclass::FixedImageType FixedImageType