18 #ifndef itkNormalizedCorrelationImageToImageMetric_h
19 #define itkNormalizedCorrelationImageToImageMetric_h
45 template<
typename TFixedImage,
typename TMovingImage >
95 itkSetMacro(SubtractMean,
bool);
96 itkGetConstReferenceMacro(SubtractMean,
bool);
97 itkBooleanMacro(SubtractMean);
115 #ifndef ITK_MANUAL_INSTANTIATION
116 #include "itkNormalizedCorrelationImageToImageMetric.hxx"
Array class with size defined at construction time.
TransformType::OutputPointType OutputPointType
NormalizedCorrelationImageToImageMetric Self
Light weight base class for most itk classes.
Superclass::TransformParametersType TransformParametersType
Superclass::FixedImageConstPointer FixedImageConstPointer
TransformType::InputPointType InputPointType
void GetValueAndDerivative(const TransformParametersType ¶meters, MeasureType &Value, DerivativeType &Derivative) const override
virtual ~NormalizedCorrelationImageToImageMetric()
TransformType::Pointer TransformPointer
Superclass::OutputPointType OutputPointType
NumericTraits< MovingImagePixelType >::RealType RealType
Superclass::DerivativeType DerivativeType
MovingImageType::ConstPointer MovingImageConstPointer
Superclass::RealType RealType
Superclass::TransformJacobianType TransformJacobianType
Superclass::FixedImageType FixedImageType
TFixedImage FixedImageType
Computes similarity between two images to be registered.
Class to hold and manage different parameter types used during optimization.
TMovingImage MovingImageType
Superclass::GradientPixelType GradientPixelType
void PrintSelf(std::ostream &os, Indent indent) const override
Superclass::TransformType TransformType
void operator=(const Self &)
Superclass::MeasureType MeasureType
SmartPointer< const Self > ConstPointer
TransformType::JacobianType TransformJacobianType
NormalizedCorrelationImageToImageMetric()
MeasureType GetValue(const TransformParametersType ¶meters) const override
Superclass::MovingImageConstPointer MovingImageConstPointer
void GetDerivative(const TransformParametersType ¶meters, DerivativeType &Derivative) const override
Control indentation during Print() invocation.
FixedImageType::ConstPointer FixedImageConstPointer
Superclass::InputPointType InputPointType
Superclass::DerivativeType DerivativeType
ImageToImageMetric< TFixedImage, TMovingImage > Superclass
Superclass::MeasureType MeasureType
CovariantVector< RealType, itkGetStaticConstMacro(MovingImageDimension) > GradientPixelType
Transform< CoordinateRepresentationType, itkGetStaticConstMacro(MovingImageDimension), itkGetStaticConstMacro(FixedImageDimension) > TransformType
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