ITK
4.3.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.
Public Member Functions | |
virtual const FixedPointSetType * | GetFixedPointSet () |
virtual const MovingPointSetType * | GetMovingPointSet () |
virtual const char * | GetNameOfClass () const |
unsigned int | GetNumberOfParameters (void) const |
virtual TransformType * | GetTransform () |
virtual void | Initialize (void) throw ( ExceptionObject ) |
virtual void | SetFixedPointSet (const FixedPointSetType *_arg) |
virtual void | SetMovingPointSet (const MovingPointSetType *_arg) |
virtual void | SetTransform (TransformType *_arg) |
void | SetTransformParameters (const ParametersType ¶meters) const |
Public Member Functions inherited from itk::MultipleValuedCostFunction | |
virtual void | GetDerivative (const ParametersType ¶meters, DerivativeType &derivative) const =0 |
virtual unsigned int | GetNumberOfValues (void) const =0 |
virtual MeasureType | GetValue (const ParametersType ¶meters) const =0 |
Static Public Attributes | |
static const unsigned int | MovingPointSetDimension = TMovingPointSet::PointDimension |
static const unsigned int | FixedPointSetDimension = TFixedPointSet::PointDimension |
Protected Member Functions | |
PointSetToPointSetMetric () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual | ~PointSetToPointSetMetric () |
Protected Member Functions inherited from itk::MultipleValuedCostFunction | |
MultipleValuedCostFunction () | |
virtual | ~MultipleValuedCostFunction () |
Protected Member Functions inherited from itk::CostFunction | |
CostFunction () | |
virtual | ~CostFunction () |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes | |
FixedPointSetConstPointer | m_FixedPointSet |
MovingPointSetConstPointer | m_MovingPointSet |
TransformPointer | m_Transform |
Private Member Functions | |
void | operator= (const Self &) |
PointSetToPointSetMetric (const Self &) | |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef SmartPointer< const Self > itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::ConstPointer |
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.
Definition at line 95 of file itkPointSetToPointSetMetric.h.
typedef FixedPointSetType::ConstPointer itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetConstPointer |
Definition at line 68 of file itkPointSetToPointSetMetric.h.
typedef TFixedPointSet itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetType |
Type of the fixed Pointset.
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.
Definition at line 92 of file itkPointSetToPointSetMetric.h.
typedef MovingPointSetType::ConstPointer itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetConstPointer |
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.
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.
Definition at line 98 of file itkPointSetToPointSetMetric.h.
typedef FixedPointSetType::PointDataContainer::ConstIterator itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::PointDataIterator |
Definition at line 78 of file itkPointSetToPointSetMetric.h.
typedef SmartPointer< Self > itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Pointer |
Definition at line 52 of file itkPointSetToPointSetMetric.h.
typedef FixedPointSetType::PointsContainer::ConstIterator itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::PointIterator |
Definition at line 77 of file itkPointSetToPointSetMetric.h.
typedef PointSetToPointSetMetric itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Self |
Standard class typedefs.
Definition at line 50 of file itkPointSetToPointSetMetric.h.
typedef MultipleValuedCostFunction itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Superclass |
Definition at line 51 of file itkPointSetToPointSetMetric.h.
typedef TransformType::JacobianType itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformJacobianType |
Definition at line 89 of file itkPointSetToPointSetMetric.h.
typedef TransformType::ParametersType itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformParametersType |
Definition at line 88 of file itkPointSetToPointSetMetric.h.
typedef TransformType::Pointer itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformPointer |
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
Definition at line 83 of file itkPointSetToPointSetMetric.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 132 of file itkPointSetToPointSetMetric.h.
|
private |
|
virtual |
Get the Fixed Pointset.
|
virtual |
Get the Moving Pointset.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MultipleValuedCostFunction.
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
|
inlinevirtual |
Return the number of parameters required by the Transform
Implements itk::CostFunction.
Definition at line 122 of file itkPointSetToPointSetMetric.h.
|
virtual |
Get a pointer to the Transform.
|
virtual |
Initialize the Metric by making sure that all the components are present and plugged together correctly
|
private |
|
protectedvirtual |
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.
|
virtual |
Connect the Fixed Pointset.
|
virtual |
Connect the Moving Pointset.
|
virtual |
Connect the Transform.
void itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::SetTransformParameters | ( | const ParametersType & | parameters | ) | const |
Set the parameters defining the Transform.
|
static |
Constants for the pointset dimensions
Definition at line 74 of file itkPointSetToPointSetMetric.h.
|
protected |
Definition at line 135 of file itkPointSetToPointSetMetric.h.
|
protected |
Definition at line 137 of file itkPointSetToPointSetMetric.h.
|
mutableprotected |
Definition at line 139 of file itkPointSetToPointSetMetric.h.
|
static |
Constants for the pointset dimensions
Definition at line 72 of file itkPointSetToPointSetMetric.h.