18#ifndef itkNormalizedCorrelationPointSetToImageMetric_h
19#define itkNormalizedCorrelationPointSetToImageMetric_h
43template <
typename TFixedPo
intSet,
typename TMovingImage>
100 itkSetMacro(SubtractMean,
bool);
101 itkGetConstReferenceMacro(SubtractMean,
bool);
102 itkBooleanMacro(SubtractMean);
116#ifndef ITK_MANUAL_INSTANTIATION
117# include "itkNormalizedCorrelationPointSetToImageMetric.hxx"
Control indentation during Print() invocation.
void GetDerivative(const TransformParametersType ¶meters, DerivativeType &derivative) const override
SmartPointer< const Self > ConstPointer
Superclass::MeasureType MeasureType
PointSetToImageMetric< TFixedPointSet, TMovingImage > Superclass
Superclass::DerivativeType DerivativeType
~NormalizedCorrelationPointSetToImageMetric() override=default
MeasureType GetValue(const TransformParametersType ¶meters) const override
NormalizedCorrelationPointSetToImageMetric()
void PrintSelf(std::ostream &os, Indent indent) const override
NormalizedCorrelationPointSetToImageMetric Self
typename TransformType::ParametersType TransformParametersType
SmartPointer< Self > Pointer
void GetValueAndDerivative(const TransformParametersType ¶meters, MeasureType &value, DerivativeType &derivative) const override
TFixedPointSet FixedPointSetType
typename TransformType::InputPointType InputPointType
Superclass::MeasureType MeasureType
typename TransformType::Pointer TransformPointer
TMovingImage MovingImageType
typename MovingImageType::ConstPointer MovingImageConstPointer
Superclass::DerivativeType DerivativeType
Transform< CoordinateRepresentationType, Self::MovingImageDimension, Self::FixedPointSetDimension > TransformType
CovariantVector< RealType, Self::MovingImageDimension > GradientPixelType
typename TransformType::JacobianType TransformJacobianType
typename FixedPointSetType::ConstPointer FixedPointSetConstPointer
typename FixedPointSetType::PointDataContainer::ConstIterator PointDataIterator
typename NumericTraits< MovingImagePixelType >::RealType RealType
typename FixedPointSetType::PointsContainer::ConstIterator PointIterator
typename TransformType::ParametersType TransformParametersType
typename TransformType::OutputPointType OutputPointType
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....