ITK
5.2.0
Insight Toolkit
|
#include <itkPointSetToPointSetRegistrationMethod.h>
Base class for PointSet to PointSet Registration Methods.
This Class define the generic interface for a registration method.
This class is templated over the type of the PointSet and the PointSet to be registered. A generic Transform is used by this class. That allows to select at run time the particular type of transformation that is to be applied for registering the PointSets.
This class uses a generic Metric in order to compare the PointSet and the PointSet. The final goal of the registration method is to find the set of parameters of the Transformation that optimizes the metric.
The registration method also supports a generic optimizer that can be selected at run-time. The only restriction for the optimizer is that it should be able to operate in single-valued cost functions given that the metrics used to compare PointSet with PointSets provide a single value as output.
The terms FixedPointSet and MovingPointSet are used in this class to indicate that the PointSet is being mapped by the transform.
This class uses the coordinate system of the Fixed PointSet as a reference and searches for a Transform that will map points from the space of the Fixed PointSet to the space of the Moving PointSet.
For doing so, a Metric will be continuously applied to compare the Fixed PointSet with the Transformed Moving PointSet. This process also requires to interpolate values from the Moving PointSet.
This class requires the Transform, the Metric, and the Optimizer to be explicitly set.
Definition at line 66 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::ConstPointer = SmartPointer<const Self> |
Definition at line 75 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::DataObjectPointer = typename DataObject::Pointer |
Smart Pointer type to a DataObject.
Definition at line 113 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 160 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::FixedPointSetConstPointer = typename FixedPointSetType::ConstPointer |
Definition at line 85 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::FixedPointSetType = TFixedPointSet |
Type of the Fixed PointSet.
Definition at line 84 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::MetricPointer = typename MetricType::Pointer |
Definition at line 93 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::MetricType = PointSetToPointSetMetric<FixedPointSetType, MovingPointSetType> |
Type of the Metric.
Definition at line 92 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::MovingPointSetConstPointer = typename MovingPointSetType::ConstPointer |
Definition at line 89 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::MovingPointSetType = TMovingPointSet |
Type of the Moving PointSet.
Definition at line 88 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::OptimizerType = MultipleValuedNonLinearOptimizer |
Type of the Optimizer.
Definition at line 106 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::ParametersType = typename MetricType::TransformParametersType |
Type of the Transformation parameters. This is the same type used to represent the search space of the optimization algorithm.
Definition at line 110 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::Pointer = SmartPointer<Self> |
Definition at line 74 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::Self = PointSetToPointSetRegistrationMethod |
Standard class type aliases.
Definition at line 72 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::Superclass = ProcessObject |
Definition at line 73 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::TransformOutputConstPointer = typename TransformOutputType::ConstPointer |
Definition at line 103 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::TransformOutputPointer = typename TransformOutputType::Pointer |
Definition at line 102 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::TransformOutputType = DataObjectDecorator<TransformType> |
Type for the output: Using Decorator pattern for enabling the Transform to be passed in the data pipeline.
Definition at line 101 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::TransformPointer = typename TransformType::Pointer |
Definition at line 97 of file itkPointSetToPointSetRegistrationMethod.h.
using itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::TransformType = typename MetricType::TransformType |
Type of the Transform .
Definition at line 96 of file itkPointSetToPointSetRegistrationMethod.h.
|
protected |
Make a DataObject of the correct type to be used as the specified output.
|
overrideprotecteddefault |
Make a DataObject of the correct type to be used as the specified output.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
overrideprotectedvirtual |
Make a DataObject of the correct type to be used as the specified output.
Reimplemented from itk::ProcessObject.
|
virtual |
Make a DataObject of the correct type to be used as the specified output.
|
virtual |
Make a DataObject of the correct type to be used as the specified output.
|
virtual |
Get the last transformation parameters visited by the optimizer.
|
virtual |
Make a DataObject of the correct type to be used as the specified output.
|
virtual |
Make a DataObject of the correct type to be used as the specified output.
|
virtual |
Make a DataObject of the correct type to be used as the specified output.
|
virtual |
Make a DataObject of the correct type to be used as the specified output.
|
virtual |
Make a DataObject of the correct type to be used as the specified output.
|
overridevirtual |
Make a DataObject of the correct type to be used as the specified output.
Reimplemented from itk::Object.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ProcessObject.
|
virtual |
Make a DataObject of the correct type to be used as the specified output.
const TransformOutputType* itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::GetOutput | ( | ) | const |
Returns the transform resulting from the registration process
|
virtual |
Make a DataObject of the correct type to be used as the specified output.
void itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >::Initialize | ( | ) |
Initialize by setting the interconnects between the components.
|
overridevirtual |
Make a DataObject of the correct type to be used as the specified output.
Reimplemented from itk::ProcessObject.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Make a DataObject of the correct type to be used as the specified output.
Reimplemented from itk::ProcessObject.
|
virtual |
Set/Get the Fixed PointSet.
|
virtual |
Set/Get the initial transformation parameters.
|
virtual |
Set/Get the Metric.
|
virtual |
Set/Get the Moving PointSet.
|
virtual |
Set/Get the Optimizer.
|
virtual |
Set/Get the Transfrom.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 182 of file itkPointSetToPointSetRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 186 of file itkPointSetToPointSetRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 187 of file itkPointSetToPointSetRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 178 of file itkPointSetToPointSetRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 181 of file itkPointSetToPointSetRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 179 of file itkPointSetToPointSetRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 184 of file itkPointSetToPointSetRegistrationMethod.h.