18#ifndef elxAdvancedNormalizedCorrelationMetric_h
19#define elxAdvancedNormalizedCorrelationMetric_h
43template <
class TElastix>
46 typename MetricBase<TElastix>::MovingImageType>
74 using typename Superclass1::CoordinateRepresentationType;
75 using typename Superclass1::MovingImageType;
76 using typename Superclass1::MovingImagePixelType;
77 using typename Superclass1::MovingImageConstPointer;
78 using typename Superclass1::FixedImageType;
79 using typename Superclass1::FixedImageConstPointer;
80 using typename Superclass1::FixedImageRegionType;
81 using typename Superclass1::TransformType;
82 using typename Superclass1::TransformPointer;
83 using typename Superclass1::InputPointType;
84 using typename Superclass1::OutputPointType;
85 using typename Superclass1::TransformParametersType;
86 using typename Superclass1::TransformJacobianType;
87 using typename Superclass1::InterpolatorType;
88 using typename Superclass1::InterpolatorPointer;
89 using typename Superclass1::RealType;
90 using typename Superclass1::GradientPixelType;
91 using typename Superclass1::GradientImageType;
92 using typename Superclass1::GradientImagePointer;
93 using typename Superclass1::GradientImageFilterType;
94 using typename Superclass1::GradientImageFilterPointer;
95 using typename Superclass1::FixedImageMaskType;
96 using typename Superclass1::FixedImageMaskPointer;
97 using typename Superclass1::MovingImageMaskType;
98 using typename Superclass1::MovingImageMaskPointer;
99 using typename Superclass1::MeasureType;
100 using typename Superclass1::DerivativeType;
101 using typename Superclass1::ParametersType;
150#ifndef ITK_MANUAL_INSTANTIATION
151# include "elxAdvancedNormalizedCorrelationMetric.hxx"
An metric based on the itk::AdvancedNormalizedCorrelationImageToImageMetric.
void BeforeEachResolution() override
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
~AdvancedNormalizedCorrelationMetric() override=default
typename Superclass2::ITKBaseType ITKBaseType
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
itk::SmartPointer< Self > Pointer
ITK_DISALLOW_COPY_AND_MOVE(AdvancedNormalizedCorrelationMetric)
AdvancedNormalizedCorrelationMetric()=default
elxClassNameMacro("AdvancedNormalizedCorrelation")
void Initialize() override
itk::SmartPointer< const Self > ConstPointer
This class is the elastix base class for all Metrics.
itk::SingleValuedCostFunction ITKBaseType
typename ElastixType::MovingImageType MovingImageType
typename ElastixType::RegistrationBaseType RegistrationType
Computes normalized correlation between two images, based on AdvancedImageToImageMetric....
typename ImageSamplerType::OutputVectorContainerPointer ImageSampleContainerPointer
typename MovingImageType::RegionType MovingImageRegionType
typename FixedImageType::PixelType FixedImagePixelType
typename ImageSamplerType::OutputVectorContainerType ImageSampleContainerType
typename MovingImageLimiterType::OutputType MovingImageLimiterOutputType
typename FixedImageLimiterType::OutputType FixedImageLimiterOutputType
typename ImageSamplerType::Pointer ImageSamplerPointer
This class is a base class for any image sampler.
Base class for all ITK limiter function objects.