18#ifndef elxPCAMetric2_h
19#define elxPCAMetric2_h
62template <
class TElastix>
65 typename MetricBase<TElastix>::MovingImageType>
92 using typename Superclass1::CoordinateRepresentationType;
94 using typename Superclass1::MovingImageType;
95 using typename Superclass1::MovingImagePixelType;
96 using typename Superclass1::MovingImageConstPointer;
97 using typename Superclass1::FixedImageType;
98 using typename Superclass1::FixedImageConstPointer;
99 using typename Superclass1::FixedImageRegionType;
101 using typename Superclass1::TransformType;
102 using typename Superclass1::TransformPointer;
103 using typename Superclass1::InputPointType;
104 using typename Superclass1::OutputPointType;
105 using typename Superclass1::TransformParametersType;
106 using typename Superclass1::TransformJacobianType;
107 using typename Superclass1::InterpolatorType;
108 using typename Superclass1::InterpolatorPointer;
109 using typename Superclass1::RealType;
110 using typename Superclass1::GradientPixelType;
111 using typename Superclass1::GradientImageType;
112 using typename Superclass1::GradientImagePointer;
113 using typename Superclass1::GradientImageFilterType;
114 using typename Superclass1::GradientImageFilterPointer;
115 using typename Superclass1::FixedImageMaskType;
116 using typename Superclass1::FixedImageMaskPointer;
117 using typename Superclass1::MovingImageMaskType;
118 using typename Superclass1::MovingImageMaskPointer;
119 using typename Superclass1::MeasureType;
120 using typename Superclass1::DerivativeType;
121 using typename Superclass1::ParametersType;
178#ifndef ITK_MANUAL_INSTANTIATION
179# include "elxPCAMetric2.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(PCAMetric2)
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
~PCAMetric2() override=default
itk::SmartPointer< Self > Pointer
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
elxClassNameMacro("PCAMetric2")
itk::SmartPointer< const Self > ConstPointer
typename Superclass2::ITKBaseType ITKBaseType
void BeforeEachResolution() override
void Initialize() override
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 FixedImageRegionType::SizeType FixedImageSizeType
typename ImageSamplerType::OutputVectorContainerType ImageSampleContainerType
typename MovingImageLimiterType::OutputType MovingImageLimiterOutputType
typename FixedImageLimiterType::OutputType FixedImageLimiterOutputType
typename ImageSamplerType::Pointer ImageSamplerPointer