ITK
5.2.0
Insight Toolkit
|
#include <itkImageRegistrationMethod.h>
Base class for Image Registration Methods.
This Class define the generic interface for a registration method.
This class is templated over the type of the two 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 method use a generic Metric in order to compare the two images. 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 support 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 images provide a single value as output.
The terms : Fixed image and Moving image are used in this class to indicate what image is being mapped by the transform.
This class uses the coordinate system of the Fixed image as a reference and searches for a Transform that will map points from the space of the Fixed image 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.
Definition at line 70 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 79 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::DataObjectPointer = typename DataObject::Pointer |
Smart Pointer type to a DataObject.
Definition at line 122 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 202 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::FixedImageConstPointer = typename FixedImageType::ConstPointer |
Definition at line 89 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::FixedImageRegionType = typename MetricType::FixedImageRegionType |
Definition at line 98 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::FixedImageType = TFixedImage |
Type of the Fixed image.
Definition at line 88 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::InterpolatorPointer = typename InterpolatorType::Pointer |
Definition at line 112 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::InterpolatorType = typename MetricType::InterpolatorType |
Type of the Interpolator.
Definition at line 111 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::MetricPointer = typename MetricType::Pointer |
Definition at line 97 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::MetricType = ImageToImageMetric<FixedImageType, MovingImageType> |
Type of the metric.
Definition at line 96 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::MovingImageConstPointer = typename MovingImageType::ConstPointer |
Definition at line 93 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::MovingImageType = TMovingImage |
Type of the Moving image.
Definition at line 92 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::OptimizerType = SingleValuedNonLinearOptimizer |
Type of the optimizer.
Definition at line 115 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, 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 119 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::Pointer = SmartPointer<Self> |
Definition at line 78 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::Self = ImageRegistrationMethod |
Standard class type aliases.
Definition at line 76 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::Superclass = ProcessObject |
Definition at line 77 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::TransformOutputConstPointer = typename TransformOutputType::ConstPointer |
Definition at line 108 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::TransformOutputPointer = typename TransformOutputType::Pointer |
Definition at line 107 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, 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 106 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::TransformPointer = typename TransformType::Pointer |
Definition at line 102 of file itkImageRegistrationMethod.h.
using itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::TransformType = typename MetricType::TransformType |
Type of the Transform .
Definition at line 101 of file itkImageRegistrationMethod.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 |
Method invoked by the pipeline in order to trigger the computation of the registration.
Reimplemented from itk::ProcessObject.
|
virtual |
Make a DataObject of the correct type to be used as the specified output.
|
virtual |
Get the region of the fixed image to be considered as region of interest during the registration. This region will be passed to the ImageMetric in order to restrict the metric computation to consider only this region.
|
virtual |
True if a region has been defined for the fixed image to which the ImageMetric will limit its computation
|
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 |
Method to return the latest modified time of this object or any of its cached ivars
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::ImageRegistrationMethod< TFixedImage, 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.
|
virtual |
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.
void itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::SetFixedImage | ( | const FixedImageType * | fixedImage | ) |
Set/Get the Fixed image.
void itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::SetFixedImageRegion | ( | const FixedImageRegionType & | region | ) |
Set the region of the fixed image to be considered as region of interest during the registration. This region will be passed to the ImageMetric in order to restrict the metric computation to consider only this region.
|
virtual |
Turn on/off the use of a fixed image region to which the ImageMetric will limit its computation.
|
virtual |
Set/Get the initial transformation parameters.
|
virtual |
Set/Get the Interpolator.
|
protectedvirtual |
Provides derived classes with the ability to set this private var
|
virtual |
Set/Get the Metric.
void itk::ImageRegistrationMethod< TFixedImage, TMovingImage >::SetMovingImage | ( | const MovingImageType * | movingImage | ) |
Set/Get the Moving image.
|
virtual |
Set/Get the Optimizer.
|
virtual |
Set/Get the Transfrom.
|
protected |
Make a DataObject of the correct type to be used as the specified output.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 234 of file itkImageRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 243 of file itkImageRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 242 of file itkImageRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 239 of file itkImageRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 237 of file itkImageRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 240 of file itkImageRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 230 of file itkImageRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 233 of file itkImageRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 231 of file itkImageRegistrationMethod.h.
|
private |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 236 of file itkImageRegistrationMethod.h.