18 #ifndef itkEuclideanDistancePointMetric_h
19 #define itkEuclideanDistancePointMetric_h
44 template<
typename TFixedPointSet,
typename TMovingPointSet,
45 typename TDistanceMap =
103 itkGetConstObjectMacro(DistanceMap, DistanceMapType);
108 itkSetMacro(ComputeSquaredDistance,
bool);
109 itkGetConstMacro(ComputeSquaredDistance,
bool);
110 itkBooleanMacro(ComputeSquaredDistance);
115 virtual ~EuclideanDistancePointMetric() {}
129 #ifndef ITK_MANUAL_INSTANTIATION
130 #include "itkEuclideanDistancePointMetric.hxx"
EuclideanDistancePointMetric()
void GetDerivative(const TransformParametersType ¶meters, DerivativeType &Derivative) const override
Light weight base class for most itk classes.
MovingPointSetType::ConstPointer MovingPointSetConstPointer
TransformType::Pointer TransformPointer
void PrintSelf(std::ostream &os, Indent indent) const override
Superclass::FixedPointIterator FixedPointIterator
void GetValueAndDerivative(const TransformParametersType ¶meters, MeasureType &Value, DerivativeType &Derivative) const
Superclass::MovingPointDataIterator MovingPointDataIterator
FixedPointSetType::ConstPointer FixedPointSetConstPointer
void operator=(const Self &)
DistanceMapPointer m_DistanceMap
FixedPointSetType::PointDataContainer::ConstIterator FixedPointDataIterator
Superclass::DerivativeType DerivativeType
TFixedPointSet FixedPointSetType
TransformType::ParametersType TransformParametersType
TransformType::JacobianType TransformJacobianType
Transform< CoordinateRepresentationType, itkGetStaticConstMacro(MovingPointSetDimension), itkGetStaticConstMacro(FixedPointSetDimension) > TransformType
Superclass::MeasureType MeasureType
Computes similarity between two point sets.
Superclass::MovingPointSetType MovingPointSetType
DistanceMapType::ConstPointer DistanceMapPointer
MovingPointSetType::PointDataContainer::ConstIterator MovingPointDataIterator
TDistanceMap DistanceMapType
Array2D class representing a 2D array with size defined at construction time.
Computes the minimum distance between a moving point-set and a fixed point-set. A vector of minimum c...
MovingPointSetType::PointsContainer::ConstIterator MovingPointIterator
Superclass::FixedPointDataIterator FixedPointDataIterator
Superclass::MovingPointSetConstPointer MovingPointSetConstPointer
Superclass::MeasureType MeasureType
MeasureType GetValue(const TransformParametersType ¶meters) const override
EuclideanDistancePointMetric Self
PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > Superclass
SmartPointer< const Self > ConstPointer
bool m_ComputeSquaredDistance
Superclass::TransformType TransformType
TMovingPointSet MovingPointSetType
Superclass::TransformPointer TransformPointer
Control indentation during Print() invocation.
Superclass::FixedPointSetConstPointer FixedPointSetConstPointer
Superclass::FixedPointSetType FixedPointSetType
SmartPointer< Self > Pointer
Superclass::MovingPointIterator MovingPointIterator
Base class for most ITK classes.
unsigned int GetNumberOfValues() const override
Superclass::TransformJacobianType TransformJacobianType
Templated n-dimensional image class.
FixedPointSetType::PointsContainer::ConstIterator FixedPointIterator
Superclass::DerivativeType DerivativeType
Superclass::TransformParametersType TransformParametersType