#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.
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Additional Inherited Members | |
![]() | |
template<typename TSourceObject> | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
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 |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
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 |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
|
virtual |
Set/Get the Fixed image.
|
virtual |
|
virtual |
Set/Get the Interpolator.
|
virtual |
Get the last transformation parameters visited by the Optimizer.
|
virtual |
Set/Get the Metric.
|
virtual |
Set/Get the Interpolator.
|
virtual |
Set/Get the Metric.
|
virtual |
Set/Get the Optimizer.
|
virtual |
Set/Get the Transform.
|
virtual |
Set/Get the Moving image.
|
overridevirtual |
Return this object's modified time.
Reimplemented from itk::Object.
|
overridevirtual |
Reimplemented from itk::Object.
References PointSetToImageRegistrationMethod().
|
virtual |
Set/Get the Optimizer.
const TransformOutputType * itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::GetOutput | ( | ) | const |
Returns the transform resulting from the registration process.
|
virtual |
Set/Get the Transform.
void itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::Initialize | ( | ) |
Initialize by setting the interconnects between the components.
|
virtual |
Make a DataObject of the correct type to used as the specified output.
Every ProcessObject subclass must be able to create a DataObject that can be used as a specified output. This method is automatically called when DataObject::DisconnectPipeline() is called. DataObject::DisconnectPipeline, disconnects a data object from being an output of its current source. When the data object is disconnected, the ProcessObject needs to construct a replacement output data object so that the ProcessObject is in a valid state. So DataObject::DisconnectPipeline eventually calls ProcessObject::MakeOutput. Note that MakeOutput always returns a itkSmartPointer to a DataObject. ImageSource and MeshSource override this method to create the correct type of image and mesh respectively. If a filter has multiple outputs of different types, then that filter must provide an implementation of MakeOutput().
Reimplemented from itk::ProcessObject.
|
overridevirtual |
Make a DataObject of the correct type to used as the specified output.
Every ProcessObject subclass must be able to create a DataObject that can be used as a specified output. This method is automatically called when DataObject::DisconnectPipeline() is called. DataObject::DisconnectPipeline, disconnects a data object from being an output of its current source. When the data object is disconnected, the ProcessObject needs to construct a replacement output data object so that the ProcessObject is in a valid state. So DataObject::DisconnectPipeline eventually calls ProcessObject::MakeOutput. Note that MakeOutput always returns a itkSmartPointer to a DataObject. ImageSource and MeshSource override this method to create the correct type of image and mesh respectively. If a filter has multiple outputs of different types, then that filter must provide an implementation of MakeOutput().
Reimplemented from itk::ProcessObject.
|
static |
Method for creation through the object factory.
|
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::Object.
|
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 Transform.
|
private |
Definition at line 192 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Definition at line 197 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Definition at line 195 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Definition at line 198 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Definition at line 188 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Definition at line 191 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Definition at line 189 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Definition at line 194 of file itkPointSetToImageRegistrationMethod.h.