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