Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap > Class Template Reference
[Similarity Metrics of Registration Methods]

Computes the minimum distance between a moving point-set and a fixed point-set. A vector of minimum closest point distance is created for each point in the moving point-set. No correspondance is needed. For speed consideration, the point-set with the minimum number of points should be used as the moving point-set. If the number of points is high, the possibility of setting a distance map should improve the speed of the closest point computation. More...

#include <itkIterativeClosestPointMetric.h>

Inheritance diagram for itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >:

Inheritance graph
[legend]
Collaboration diagram for itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef IterativeClosestPointMetric Self
typedef PointSetToPointSetMetric<
TFixedPointSet, TMovingPointSet > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef Superclass::TransformType TransformType
typedef Superclass::TransformPointer TransformPointer
typedef Superclass::TransformParametersType TransformParametersType
typedef Superclass::TransformJacobianType TransformJacobianType
typedef Superclass::MeasureType MeasureType
typedef Superclass::DerivativeType DerivativeType
typedef Superclass::FixedPointSetType FixedPointSetType
typedef Superclass::MovingPointSetType MovingPointSetType
typedef Superclass::FixedPointSetConstPointer FixedPointSetConstPointer
typedef Superclass::MovingPointSetConstPointer MovingPointSetConstPointer
typedef Superclass::PointIterator PointIterator
typedef Superclass::PointDataIterator PointDataIterator
typedef TDistanceMap DistanceMapType
typedef DistanceMapType::Pointer DistanceMapPointer

Public Member Functions

virtual const char * GetClassName () const
unsigned int GetNumberOfValues () const
void GetDerivative (const TransformParametersType &parameters, DerivativeType &Derivative) const
MeasureType GetValue (const TransformParametersType &parameters) const
void GetValueAndDerivative (const TransformParametersType &parameters, MeasureType &Value, DerivativeType &Derivative) const
virtual void SetDistanceMap (DistanceMapType *_arg)
virtual const DistanceMapTypeGetDistanceMap ()

Static Public Member Functions

Pointer New ()

Protected Member Functions

 IterativeClosestPointMetric ()
virtual ~IterativeClosestPointMetric ()
void PrintSelf (std::ostream &os, Indent indent) const

Detailed Description

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
class itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >

Computes the minimum distance between a moving point-set and a fixed point-set. A vector of minimum closest point distance is created for each point in the moving point-set. No correspondance is needed. For speed consideration, the point-set with the minimum number of points should be used as the moving point-set. If the number of points is high, the possibility of setting a distance map should improve the speed of the closest point computation.

Reference: "A Method for Registration of 3-D Shapes", IEEE PAMI, Vol 14, No. 2, February 1192

Definition at line 45 of file itkIterativeClosestPointMetric.h.


Member Typedef Documentation

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef SmartPointer<const Self> itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::ConstPointer
 

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Definition at line 55 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef Superclass::DerivativeType itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::DerivativeType
 

Type of the derivative.

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Definition at line 70 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef DistanceMapType::Pointer itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::DistanceMapPointer
 

Definition at line 80 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef TDistanceMap itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::DistanceMapType
 

Definition at line 79 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef Superclass::FixedPointSetConstPointer itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::FixedPointSetConstPointer
 

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Definition at line 73 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef Superclass::FixedPointSetType itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::FixedPointSetType
 

Type of the fixed Pointset.

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Definition at line 71 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef Superclass::MeasureType itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::MeasureType
 

Type of the measure.

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Definition at line 69 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef Superclass::MovingPointSetConstPointer itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::MovingPointSetConstPointer
 

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Definition at line 74 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef Superclass::MovingPointSetType itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::MovingPointSetType
 

Type of the moving Pointset.

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Definition at line 72 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef Superclass::PointDataIterator itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::PointDataIterator
 

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Definition at line 77 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef SmartPointer<Self> itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::Pointer
 

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Definition at line 54 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef Superclass::PointIterator itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::PointIterator
 

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Definition at line 76 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef IterativeClosestPointMetric itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::Self
 

Standard class typedefs.

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Definition at line 51 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef PointSetToPointSetMetric<TFixedPointSet, TMovingPointSet > itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::Superclass
 

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Definition at line 52 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef Superclass::TransformJacobianType itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::TransformJacobianType
 

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Definition at line 67 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef Superclass::TransformParametersType itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::TransformParametersType
 

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Definition at line 66 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef Superclass::TransformPointer itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::TransformPointer
 

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Definition at line 65 of file itkIterativeClosestPointMetric.h.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
typedef Superclass::TransformType itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::TransformType
 

Types transferred from the base class

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

Definition at line 64 of file itkIterativeClosestPointMetric.h.


Constructor & Destructor Documentation

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::IterativeClosestPointMetric  )  [protected]
 

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
virtual itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::~IterativeClosestPointMetric  )  [inline, protected, virtual]
 

Definition at line 102 of file itkIterativeClosestPointMetric.h.


Member Function Documentation

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
virtual const char* itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
void itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::GetDerivative const TransformParametersType parameters,
DerivativeType Derivative
const
 

Get the derivatives of the match measure.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
virtual const DistanceMapType* itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::GetDistanceMap  )  [virtual]
 

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
unsigned int itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::GetNumberOfValues  )  const [virtual]
 

Get the number of values

Implements itk::MultipleValuedCostFunction.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
MeasureType itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::GetValue const TransformParametersType parameters  )  const
 

Get the value for single valued optimizers.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
void itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::GetValueAndDerivative const TransformParametersType parameters,
MeasureType Value,
DerivativeType Derivative
const
 

Get value and derivatives for multiple valued optimizers.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
Pointer itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
void itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::PrintSelf std::ostream &  os,
Indent  indent
const [protected, virtual]
 

PrintSelf funtion

Reimplemented from itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.

template<class TFixedPointSet, class TMovingPointSet, class TDistanceMap = ::itk::Image<unsigned short,::itk::GetPointSetDimension<TMovingPointSet>::PointDimension>>
virtual void itk::IterativeClosestPointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >::SetDistanceMap DistanceMapType _arg  )  [virtual]
 


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:50:39 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000