18 #ifndef itkNormalizedCorrelationImageToImageMetric_h
19 #define itkNormalizedCorrelationImageToImageMetric_h
45 template<
typename TFixedImage,
typename TMovingImage >
65 using RealType =
typename Superclass::RealType;
96 itkSetMacro(SubtractMean,
bool);
97 itkGetConstReferenceMacro(SubtractMean,
bool);
98 itkBooleanMacro(SubtractMean);
104 void PrintSelf(std::ostream & os,
Indent indent)
const override;
111 #ifndef ITK_MANUAL_INSTANTIATION
112 #include "itkNormalizedCorrelationImageToImageMetric.hxx"
Array class with size defined at construction time.
Light weight base class for most itk classes.
typename TransformType::InputPointType InputPointType
typename TransformType::JacobianType TransformJacobianType
Computes similarity between two images to be registered.
TMovingImage MovingImageType
typename TransformType::ParametersType TransformParametersType
typename TransformType::OutputPointType OutputPointType
typename FixedImageType::ConstPointer FixedImageConstPointer
typename TransformType::Pointer TransformPointer
typename NumericTraits< MovingImagePixelType >::RealType RealType
TFixedImage FixedImageType
Control indentation during Print() invocation.
Base class for most ITK classes.
Computes similarity between regions of two images.
A templated class holding a n-Dimensional covariant vector.
typename MovingImageType::ConstPointer MovingImageConstPointer