18 #ifndef itkNormalizedCorrelationTwoImageToOneImageMetric_h
19 #define itkNormalizedCorrelationTwoImageToOneImageMetric_h
43 template <
typename TFixedImage,
typename TMovingImage >
93 itkSetMacro( SubtractMean,
bool );
94 itkGetConstReferenceMacro( SubtractMean,
bool );
95 itkBooleanMacro( SubtractMean );
112 #ifndef ITK_MANUAL_INSTANTIATION
113 #include "itkNormalizedCorrelationTwoImageToOneImageMetric.hxx"
Array class with size defined at construction time.
Superclass::TransformJacobianType TransformJacobianType
NumericTraits< MovingImagePixelType >::RealType RealType
Light weight base class for most itk classes.
TwoImageToOneImageMetric< TFixedImage, TMovingImage > Superclass
Computes similarity between two fixed images and one fixed image.
Superclass::MeasureType MeasureType
virtual void PrintSelf(std::ostream &os, Indent indent) const
Superclass::FixedImageType FixedImageType
TransformType::ParametersType TransformParametersType
Superclass::TransformPointer TransformPointer
Superclass::MovingImageType MovingImageType
TransformType::Pointer TransformPointer
CovariantVector< RealType, itkGetStaticConstMacro(MovingImageDimension)> GradientPixelType
Superclass::RealType RealType
Superclass::MeasureType MeasureType
void operator=(const Self &)
MovingImageType::ConstPointer MovingImageConstPointer
FixedImageType::ConstPointer FixedImageConstPointer
NormalizedCorrelationTwoImageToOneImageMetric Self
void GetDerivative(const TransformParametersType ¶meters, DerivativeType &Derivative) const
TMovingImage MovingImageType
Superclass::MovingImageConstPointer MovingImageConstPointer
Superclass::GradientPixelType GradientPixelType
void GetValueAndDerivative(const TransformParametersType ¶meters, MeasureType &Value, DerivativeType &Derivative) const
TransformType::JacobianType TransformJacobianType
TFixedImage FixedImageType
Superclass::TransformParametersType TransformParametersType
Superclass::DerivativeType DerivativeType
SmartPointer< const Self > ConstPointer
MeasureType GetValue(const TransformParametersType ¶meters) const
Superclass::DerivativeType DerivativeType
Transform< CoordinateRepresentationType, itkGetStaticConstMacro(MovingImageDimension), itkGetStaticConstMacro(FixedImageDimension)> TransformType
Control indentation during Print() invocation.
virtual ~NormalizedCorrelationTwoImageToOneImageMetric()
Computes similarity between two fixed images and one moving image.
Superclass::TransformType TransformType
Base class for most ITK classes.
NormalizedCorrelationTwoImageToOneImageMetric()
SmartPointer< Self > Pointer
Superclass::FixedImageConstPointer FixedImageConstPointer