ITK
5.2.0
Insight Toolkit
|
#include <itkPointSetToImageRegistrationMethod.h>
Base class for PointSet to Image Registration Methods.
This Class define the generic interface for a registration method.
This class is templated over the type of the PointSet and the Image 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 images.
This class uses a generic Metric in order to compare the PointSet and the Image. 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 Images provide a single value as output.
The terms FixedPointSet and MovingImage are used in this class to indicate that the image 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 image.
For doing so, a Metric will be continuously applied to compare the Fixed image with the Transformed Moving image. This process also requires to interpolate values from the Moving image.
This class requires the Transform, the Interpolator, the Metric, and the Optimizer to be explicitly set.
Definition at line 67 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 76 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::DataObjectPointer = typename DataObject::Pointer |
Smart Pointer type to a DataObject.
Definition at line 118 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 170 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::FixedPointSetConstPointer = typename FixedPointSetType::ConstPointer |
Definition at line 86 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::FixedPointSetType = TFixedPointSet |
Type of the Fixed PointSet.
Definition at line 85 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::InterpolatorPointer = typename InterpolatorType::Pointer |
Definition at line 108 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::InterpolatorType = typename MetricType::InterpolatorType |
Type of the Interpolator.
Definition at line 107 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::MetricPointer = typename MetricType::Pointer |
Definition at line 94 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::MetricType = PointSetToImageMetric<FixedPointSetType, MovingImageType> |
Type of the Metric.
Definition at line 93 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::MovingImageConstPointer = typename MovingImageType::ConstPointer |
Definition at line 90 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::MovingImageType = TMovingImage |
Type of the Moving image.
Definition at line 89 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::OptimizerType = SingleValuedNonLinearOptimizer |
Type of the Optimizer.
Definition at line 111 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::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 115 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::Pointer = SmartPointer<Self> |
Definition at line 75 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::Self = PointSetToImageRegistrationMethod |
Standard class type aliases.
Definition at line 73 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::Superclass = ProcessObject |
Definition at line 74 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::TransformOutputConstPointer = typename TransformOutputType::ConstPointer |
Definition at line 104 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::TransformOutputPointer = typename TransformOutputType::Pointer |
Definition at line 103 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::TransformOutputType = DataObjectDecorator<TransformType> |
Type for the output: Using Decorator pattern for enabling the Transform to be passed in the data pipeline
Definition at line 102 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::TransformPointer = typename TransformType::Pointer |
Definition at line 98 of file itkPointSetToImageRegistrationMethod.h.
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::TransformType = typename MetricType::TransformType |
Type of the Transform.
Definition at line 97 of file itkPointSetToImageRegistrationMethod.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 |
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.
|
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::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::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::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::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 image.
|
virtual |
Set/Get the initial transformation parameters.
|
virtual |
Set/Get the Interpolator.
|
virtual |
Set/Get the Metric.
|
virtual |
Set/Get the Moving image.
|
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 192 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 197 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 195 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 198 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 188 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 191 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 189 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 194 of file itkPointSetToImageRegistrationMethod.h.