ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkPointSetToPointSetMetric.h>
Computes similarity between two point sets.
This Class is templated over the type of the two point-sets. It expects a Transform to be plugged in. This particular class is the base class for a hierarchy of point-set to point-set metrics.
This class computes a value that measures the similarity between the fixed point-set and the transformed moving point-set.
Definition at line 45 of file itkPointSetToPointSetMetric.h.
typedef SmartPointer< const Self > itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::ConstPointer |
Reimplemented from itk::MultipleValuedCostFunction.
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
Definition at line 53 of file itkPointSetToPointSetMetric.h.
typedef Superclass::ParametersValueType itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::CoordinateRepresentationType |
Type used for representing point components
Definition at line 56 of file itkPointSetToPointSetMetric.h.
typedef Superclass::DerivativeType itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::DerivativeType |
Type of the derivative.
Reimplemented from itk::MultipleValuedCostFunction.
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
Definition at line 95 of file itkPointSetToPointSetMetric.h.
typedef FixedPointSetType::ConstPointer itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetConstPointer |
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
Definition at line 68 of file itkPointSetToPointSetMetric.h.
typedef TFixedPointSet itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetType |
Type of the fixed Pointset.
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
Definition at line 67 of file itkPointSetToPointSetMetric.h.
typedef TransformType::InputPointType itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::InputPointType |
Definition at line 86 of file itkPointSetToPointSetMetric.h.
typedef Superclass::MeasureType itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MeasureType |
Type of the measure.
Reimplemented from itk::MultipleValuedCostFunction.
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
Definition at line 92 of file itkPointSetToPointSetMetric.h.
typedef MovingPointSetType::ConstPointer itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetConstPointer |
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
Definition at line 64 of file itkPointSetToPointSetMetric.h.
typedef TMovingPointSet::PixelType itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetPixelType |
Definition at line 63 of file itkPointSetToPointSetMetric.h.
typedef TMovingPointSet itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetType |
Type of the moving Pointset.
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
Definition at line 59 of file itkPointSetToPointSetMetric.h.
typedef TransformType::OutputPointType itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::OutputPointType |
Definition at line 87 of file itkPointSetToPointSetMetric.h.
typedef Superclass::ParametersType itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::ParametersType |
Type of the parameters.
Reimplemented from itk::MultipleValuedCostFunction.
Definition at line 98 of file itkPointSetToPointSetMetric.h.
typedef FixedPointSetType::PointDataContainer::ConstIterator itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::PointDataIterator |
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
Definition at line 78 of file itkPointSetToPointSetMetric.h.
typedef SmartPointer< Self > itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Pointer |
Reimplemented from itk::MultipleValuedCostFunction.
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
Definition at line 52 of file itkPointSetToPointSetMetric.h.
typedef FixedPointSetType::PointsContainer::ConstIterator itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::PointIterator |
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
Definition at line 77 of file itkPointSetToPointSetMetric.h.
typedef PointSetToPointSetMetric itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Self |
Standard class typedefs.
Reimplemented from itk::MultipleValuedCostFunction.
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
Definition at line 50 of file itkPointSetToPointSetMetric.h.
typedef MultipleValuedCostFunction itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Superclass |
Reimplemented from itk::MultipleValuedCostFunction.
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
Definition at line 51 of file itkPointSetToPointSetMetric.h.
typedef TransformType::JacobianType itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformJacobianType |
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
Definition at line 89 of file itkPointSetToPointSetMetric.h.
typedef TransformType::ParametersType itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformParametersType |
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
Definition at line 88 of file itkPointSetToPointSetMetric.h.
typedef TransformType::Pointer itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformPointer |
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
Definition at line 85 of file itkPointSetToPointSetMetric.h.
typedef Transform< CoordinateRepresentationType, itkGetStaticConstMacro(MovingPointSetDimension), itkGetStaticConstMacro(FixedPointSetDimension) > itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformType |
Type of the Transform Base class
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
Definition at line 83 of file itkPointSetToPointSetMetric.h.
itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::PointSetToPointSetMetric | ( | ) | [protected] |
virtual itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::~PointSetToPointSetMetric | ( | ) | [inline, protected, virtual] |
Definition at line 132 of file itkPointSetToPointSetMetric.h.
itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::PointSetToPointSetMetric | ( | const Self & | ) | [private] |
virtual const FixedPointSetType* itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::GetFixedPointSet | ( | ) | [virtual] |
Get the Fixed Pointset.
virtual const MovingPointSetType* itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::GetMovingPointSet | ( | ) | [virtual] |
Get the Moving Pointset.
virtual const char* itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::MultipleValuedCostFunction.
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
unsigned int itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::GetNumberOfParameters | ( | void | ) | const [inline, virtual] |
Return the number of parameters required by the Transform
Implements itk::CostFunction.
Definition at line 122 of file itkPointSetToPointSetMetric.h.
virtual TransformType* itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::GetTransform | ( | ) | [virtual] |
Get a pointer to the Transform.
virtual void itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Initialize | ( | void | ) | throw ( ExceptionObject ) [virtual] |
Initialize the Metric by making sure that all the components are present and plugged together correctly
void itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::MultipleValuedCostFunction.
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
void itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::CostFunction.
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
virtual void itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::SetFixedPointSet | ( | const FixedPointSetType * | _arg | ) | [virtual] |
Connect the Fixed Pointset.
virtual void itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::SetMovingPointSet | ( | const MovingPointSetType * | _arg | ) | [virtual] |
Connect the Moving Pointset.
virtual void itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::SetTransform | ( | TransformType * | _arg | ) | [virtual] |
Connect the Transform.
void itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::SetTransformParameters | ( | const ParametersType & | parameters | ) | const |
Set the parameters defining the Transform.
const unsigned int itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetDimension = TFixedPointSet::PointDimension [static] |
Constants for the pointset dimensions
Definition at line 74 of file itkPointSetToPointSetMetric.h.
FixedPointSetConstPointer itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::m_FixedPointSet [protected] |
Definition at line 135 of file itkPointSetToPointSetMetric.h.
MovingPointSetConstPointer itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::m_MovingPointSet [protected] |
Definition at line 137 of file itkPointSetToPointSetMetric.h.
TransformPointer itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::m_Transform [mutable, protected] |
Definition at line 139 of file itkPointSetToPointSetMetric.h.
const unsigned int itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetDimension = TMovingPointSet::PointDimension [static] |
Constants for the pointset dimensions
Definition at line 72 of file itkPointSetToPointSetMetric.h.