Go to the documentation of this file.
18 #ifndef __itkCorrespondingPointsEuclideanDistancePointMetric_h
19 #define __itkCorrespondingPointsEuclideanDistancePointMetric_h
23 #include "itkPointSet.h"
38 template<
class TFixedPo
intSet,
class TMovingPo
intSet >
107 #ifndef ITK_MANUAL_INSTANTIATION
108 #include "itkCorrespondingPointsEuclideanDistancePointMetric.hxx"
SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > Superclass
SmartPointer< Self > Pointer
TransformType::ParametersType TransformParametersType
Superclass::TransformJacobianType TransformJacobianType
Superclass::DerivativeType DerivativeType
TransformType::Pointer TransformPointer
virtual ~CorrespondingPointsEuclideanDistancePointMetric()
Computes similarity between two point sets.
TransformType::OutputPointType OutputPointType
void GetValueAndDerivative(const TransformParametersType ¶meters, MeasureType &Value, DerivativeType &Derivative) const
Superclass::TransformType TransformType
FixedPointSetType::PointDataContainer::ConstIterator PointDataIterator
Superclass::TransformPointer TransformPointer
Superclass::PointIterator PointIterator
vnl_vector< CoordRepType > VnlVectorType
Superclass::PointDataIterator PointDataIterator
Computes the Euclidean distance between a moving point-set and a fixed point-set. Correspondence is n...
Superclass::NonZeroJacobianIndicesType NonZeroJacobianIndicesType
FixedPointSetType::PointsContainer::ConstIterator PointIterator
Superclass::MeasureType MeasureType
DerivativeType::ValueType DerivativeValueType
TMovingPointSet MovingPointSetType
MeasureType GetValue(const TransformParametersType ¶meters) const
OutputPointType::CoordRepType CoordRepType
FixedPointSetType::ConstPointer FixedPointSetConstPointer
MovingPointSetType::ConstPointer MovingPointSetConstPointer
TransformType::InputPointType InputPointType
TransformType::NonZeroJacobianIndicesType NonZeroJacobianIndicesType
CorrespondingPointsEuclideanDistancePointMetric Self
Superclass::MovingPointSetConstPointer MovingPointSetConstPointer
Superclass::InputPointType InputPointType
Superclass::MovingPointSetType MovingPointSetType
Superclass::TransformParametersType TransformParametersType
Superclass::DerivativeType DerivativeType
CorrespondingPointsEuclideanDistancePointMetric(const Self &)
void operator=(const Self &)
Superclass::MeasureType MeasureType
Superclass::FixedPointSetType FixedPointSetType
Superclass::FixedPointSetConstPointer FixedPointSetConstPointer
SmartPointer< const Self > ConstPointer
TFixedPointSet FixedPointSetType
Superclass::DerivativeValueType DerivativeValueType
AdvancedTransform< CoordinateRepresentationType, itkGetStaticConstMacro(FixedPointSetDimension), itkGetStaticConstMacro(MovingPointSetDimension) > TransformType
TransformType::JacobianType TransformJacobianType
Superclass::OutputPointType OutputPointType
void GetDerivative(const TransformParametersType ¶meters, DerivativeType &Derivative) const
CorrespondingPointsEuclideanDistancePointMetric()
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|