18 #ifndef itkNormalizedCorrelationImageToImageMetric_h
19 #define itkNormalizedCorrelationImageToImageMetric_h
45 template<
typename TFixedImage,
typename TMovingImage >
64 typedef typename Superclass::RealType
RealType;
95 itkSetMacro(SubtractMean,
bool);
96 itkGetConstReferenceMacro(SubtractMean,
bool);
97 itkBooleanMacro(SubtractMean);
103 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
112 #ifndef ITK_MANUAL_INSTANTIATION
113 #include "itkNormalizedCorrelationImageToImageMetric.hxx"
virtual ~NormalizedCorrelationImageToImageMetric() override
Array class with size defined at construction time.
NormalizedCorrelationImageToImageMetric Self
Light weight base class for most itk classes.
Superclass::TransformParametersType TransformParametersType
Superclass::FixedImageConstPointer FixedImageConstPointer
Superclass::OutputPointType OutputPointType
Superclass::RealType RealType
Superclass::TransformJacobianType TransformJacobianType
Superclass::FixedImageType FixedImageType
Computes similarity between two images to be registered.
Superclass::GradientPixelType GradientPixelType
Superclass::TransformType TransformType
Superclass::MeasureType MeasureType
SmartPointer< const Self > ConstPointer
Superclass::MovingImageConstPointer MovingImageConstPointer
Control indentation during Print() invocation.
Superclass::InputPointType InputPointType
Superclass::DerivativeType DerivativeType
ImageToImageMetric< TFixedImage, TMovingImage > Superclass
Base class for most ITK classes.
Computes similarity between regions of two images.
SmartPointer< Self > Pointer
TransformType::ParametersType TransformParametersType
Superclass::MovingImageType MovingImageType
Superclass::TransformPointer TransformPointer