ITK
4.8.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 TransformType * | GetModifiableTransform () |
virtual const char * | GetNameOfClass () const |
virtual unsigned int | GetNumberOfParameters (void) const override |
virtual const TransformType * | GetTransform () const |
virtual void | Initialize (void) throw ( ExceptionObject ) |
virtual void | SetTransform (TransformType *_arg) |
void | SetTransformParameters (const ParametersType ¶meters) const |
virtual void | SetFixedPointSet (const FixedPointSetType *_arg) |
virtual const FixedPointSetType * | GetFixedPointSet () const |
virtual void | SetMovingPointSet (const MovingPointSetType *_arg) |
virtual const MovingPointSetType * | GetMovingPointSet () 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 |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
virtual LightObject::Pointer | CreateAnother () const override |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
virtual void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) override |
virtual void | UnRegister () const noexceptoverride |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Attributes | |
static const unsigned int | MovingPointSetDimension = TMovingPointSet::PointDimension |
static const unsigned int | FixedPointSetDimension = TFixedPointSet::PointDimension |
Protected Member Functions | |
PointSetToPointSetMetric () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual | ~PointSetToPointSetMetric () |
Protected Member Functions inherited from itk::MultipleValuedCostFunction | |
MultipleValuedCostFunction () | |
virtual | ~MultipleValuedCostFunction () |
Protected Member Functions inherited from itk::CostFunctionTemplate< TInternalComputationValueType > | |
CostFunctionTemplate () | |
virtual | ~CostFunctionTemplate () |
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 |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
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) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
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 98 of file itkPointSetToPointSetMetric.h.
typedef FixedPointSetType::PointDataContainer::ConstIterator itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedPointDataIterator |
Definition at line 78 of file itkPointSetToPointSetMetric.h.
typedef FixedPointSetType::PointsContainer::ConstIterator itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedPointIterator |
Definition at line 77 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 89 of file itkPointSetToPointSetMetric.h.
typedef Superclass::MeasureType itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MeasureType |
Type of the measure.
Definition at line 95 of file itkPointSetToPointSetMetric.h.
typedef MovingPointSetType::PointDataContainer::ConstIterator itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingPointDataIterator |
Definition at line 81 of file itkPointSetToPointSetMetric.h.
typedef MovingPointSetType::PointsContainer::ConstIterator itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingPointIterator |
Definition at line 80 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 90 of file itkPointSetToPointSetMetric.h.
typedef Superclass::ParametersType itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::ParametersType |
Type of the parameters.
Definition at line 101 of file itkPointSetToPointSetMetric.h.
typedef SmartPointer< Self > itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Pointer |
Definition at line 52 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 92 of file itkPointSetToPointSetMetric.h.
typedef TransformType::ParametersType itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformParametersType |
Definition at line 91 of file itkPointSetToPointSetMetric.h.
typedef TransformType::Pointer itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformPointer |
Definition at line 88 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 86 of file itkPointSetToPointSetMetric.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 133 of file itkPointSetToPointSetMetric.h.
|
private |
|
virtual |
Get/Set the Fixed Pointset.
|
virtual |
Get a pointer to the Transform.
|
virtual |
Get/Set the Moving Pointset.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MultipleValuedCostFunction.
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
|
inlineoverridevirtual |
Return the number of parameters required by the Transform
Implements itk::CostFunctionTemplate< TInternalComputationValueType >.
Definition at line 123 of file itkPointSetToPointSetMetric.h.
References itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::m_Transform.
|
virtual |
|
virtual |
Initialize the Metric by making sure that all the components are present and plugged together correctly
|
private |
|
overrideprotectedvirtual |
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::CostFunctionTemplate< TInternalComputationValueType >.
Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >.
|
virtual |
Get/Set the Fixed Pointset.
|
virtual |
Get/Set 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 136 of file itkPointSetToPointSetMetric.h.
|
protected |
Definition at line 138 of file itkPointSetToPointSetMetric.h.
|
mutableprotected |
Definition at line 140 of file itkPointSetToPointSetMetric.h.
Referenced by itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::GetNumberOfParameters().
|
static |
Constants for the pointset dimensions
Definition at line 72 of file itkPointSetToPointSetMetric.h.