18 #ifndef itkNormalizedCorrelationPointSetToImageMetric_h
19 #define itkNormalizedCorrelationPointSetToImageMetric_h
43 template<
typename TFixedPo
intSet,
typename TMovingImage >
97 itkSetMacro(SubtractMean,
bool);
98 itkGetConstReferenceMacro(SubtractMean,
bool);
99 itkBooleanMacro(SubtractMean);
117 #ifndef ITK_MANUAL_INSTANTIATION
118 #include "itkNormalizedCorrelationPointSetToImageMetric.hxx"
Array class with size defined at construction time.
FixedPointSetType::PointDataContainer::ConstIterator PointDataIterator
SmartPointer< const Self > ConstPointer
FixedPointSetType::PointsContainer::ConstIterator PointIterator
Light weight base class for most itk classes.
void GetValueAndDerivative(const TransformParametersType ¶meters, MeasureType &Value, DerivativeType &Derivative) const override
TransformType::Pointer TransformPointer
TransformType::JacobianType TransformJacobianType
TFixedPointSet FixedPointSetType
Superclass::MovingImageType MovingImageType
Superclass::DerivativeType DerivativeType
Superclass::FixedPointSetType FixedPointSetType
TransformType::OutputPointType OutputPointType
TransformType::ParametersType TransformParametersType
CovariantVector< RealType, itkGetStaticConstMacro(MovingImageDimension) > GradientPixelType
void operator=(const Self &)
TMovingImage MovingImageType
NumericTraits< MovingImagePixelType >::RealType RealType
Superclass::OutputPointType OutputPointType
virtual ~NormalizedCorrelationPointSetToImageMetric()
Superclass::TransformType TransformType
void PrintSelf(std::ostream &os, Indent indent) const override
Superclass::MeasureType MeasureType
Computes similarity between a point set and an image.
Superclass::PointDataIterator PointDataIterator
void GetDerivative(const TransformParametersType ¶meters, DerivativeType &Derivative) const override
MovingImageType::ConstPointer MovingImageConstPointer
Superclass::TransformParametersType TransformParametersType
Superclass::MovingImageConstPointer MovingImageConstPointer
NormalizedCorrelationPointSetToImageMetric()
SmartPointer< Self > Pointer
Superclass::DerivativeType DerivativeType
MeasureType GetValue(const TransformParametersType ¶meters) const override
Computes similarity between pixel values of a point set and intensity values of an image...
Superclass::InputPointType InputPointType
NormalizedCorrelationPointSetToImageMetric Self
Superclass::FixedPointSetConstPointer FixedPointSetConstPointer
Superclass::RealType RealType
Control indentation during Print() invocation.
TransformType::InputPointType InputPointType
Superclass::MeasureType MeasureType
Superclass::GradientPixelType GradientPixelType
Superclass::TransformPointer TransformPointer
Transform< CoordinateRepresentationType, itkGetStaticConstMacro(MovingImageDimension), itkGetStaticConstMacro(FixedPointSetDimension) > TransformType
Superclass::PointIterator PointIterator
PointSetToImageMetric< TFixedPointSet, TMovingImage > Superclass
FixedPointSetType::ConstPointer FixedPointSetConstPointer
Superclass::TransformJacobianType TransformJacobianType