62template <
class TElastix>
64 :
public itk::PCAMetric<typename MetricBase<TElastix>::FixedImageType, typename MetricBase<TElastix>::MovingImageType>
91 using typename Superclass1::CoordinateRepresentationType;
93 using typename Superclass1::MovingImageType;
94 using typename Superclass1::MovingImagePixelType;
95 using typename Superclass1::MovingImageConstPointer;
96 using typename Superclass1::FixedImageType;
97 using typename Superclass1::FixedImageConstPointer;
98 using typename Superclass1::FixedImageRegionType;
100 using typename Superclass1::TransformType;
101 using typename Superclass1::TransformPointer;
102 using typename Superclass1::InputPointType;
103 using typename Superclass1::OutputPointType;
104 using typename Superclass1::TransformParametersType;
105 using typename Superclass1::TransformJacobianType;
106 using typename Superclass1::InterpolatorType;
107 using typename Superclass1::InterpolatorPointer;
108 using typename Superclass1::RealType;
109 using typename Superclass1::GradientPixelType;
110 using typename Superclass1::GradientImageType;
111 using typename Superclass1::GradientImagePointer;
112 using typename Superclass1::GradientImageFilterType;
113 using typename Superclass1::GradientImageFilterPointer;
114 using typename Superclass1::FixedImageMaskType;
115 using typename Superclass1::FixedImageMaskPointer;
116 using typename Superclass1::MovingImageMaskType;
117 using typename Superclass1::MovingImageMaskPointer;
118 using typename Superclass1::MeasureType;
119 using typename Superclass1::DerivativeType;
120 using typename Superclass1::ParametersType;
177#ifndef ITK_MANUAL_INSTANTIATION
178# include "elxPCAMetric.hxx"
This class is the elastix base class for all Metrics.
itk::SingleValuedCostFunction ITKBaseType
typename ElastixType::MovingImageType MovingImageType
typename ElastixType::RegistrationBaseType RegistrationType
This metric is based on the AdvancedImageToImageMetric. It is templated over the type of the fixed an...
ITK_DISALLOW_COPY_AND_MOVE(PCAMetric)
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
void BeforeEachResolution() override
~PCAMetric() override=default
void Initialize() override
typename Superclass2::ITKBaseType ITKBaseType
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
itk::SmartPointer< const Self > ConstPointer
elxClassNameMacro("PCAMetric")
itk::SmartPointer< Self > Pointer
typename TransformType::ScalarType ScalarType
This class is a base class for any image sampler.
Base class for all ITK limiter function objects.
typename ImageSamplerType::OutputVectorContainerPointer ImageSampleContainerPointer
typename MovingImageType::RegionType MovingImageRegionType
typename FixedImageType::PixelType FixedImagePixelType
typename ImageSamplerType::OutputVectorContainerType ImageSampleContainerType
typename FixedImageRegionType::SizeType FixedImageSizeType
typename MovingImageLimiterType::OutputType MovingImageLimiterOutputType
typename FixedImageLimiterType::OutputType FixedImageLimiterOutputType
typename ImageSamplerType::Pointer ImageSamplerPointer