18#ifndef itkExpectationBasedPointSetToPointSetMetricv4_h
19#define itkExpectationBasedPointSetToPointSetMetricv4_h
43template <
typename TFixedPointSet,
44 typename TMovingPointSet = TFixedPointSet,
45 class TInternalComputationValueType =
double>
66 using typename Superclass::MeasureType;
67 using typename Superclass::DerivativeType;
68 using typename Superclass::LocalDerivativeType;
70 using typename Superclass::PixelType;
71 using typename Superclass::CoordRepType;
72 using typename Superclass::PointIdentifier;
73 using typename Superclass::NeighborsIdentifierType;
88 const PixelType & pixel = 0)
const override;
104 itkSetMacro(EvaluationKNeighborhood,
unsigned int);
110 itkGetConstMacro(EvaluationKNeighborhood,
unsigned int);
141 unsigned int m_EvaluationKNeighborhood{ 50 };
145#ifndef ITK_MANUAL_INSTANTIATION
146# include "itkExpectationBasedPointSetToPointSetMetricv4.hxx"
Computes an expectation-based metric between two point sets.
void Initialize() override
bool RequiresFixedPointsLocator() const override
typename PointType::VectorType VectorType
MeasureType GetLocalNeighborhoodValue(const PointType &, const PixelType &pixel=0) const override
LightObject::Pointer InternalClone() const override
void PrintSelf(std::ostream &os, Indent indent) const override
ExpectationBasedPointSetToPointSetMetricv4()
typename NeighborsIdentifierType::const_iterator NeighborsIterator
~ExpectationBasedPointSetToPointSetMetricv4() override=default
void GetLocalNeighborhoodValueAndDerivative(const PointType &, MeasureType &, LocalDerivativeType &, const PixelType &pixel=0) const override
Simulate a standard C array with copy semantics.
Control indentation during Print() invocation.
Light weight base class for most itk classes.
Computes similarity between two point sets.
typename PointType::CoordRepType CoordRepType
ImageBaseType::PointType PointType
ImageBaseType::SpacingType VectorType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....