ITK
4.3.0
Insight Segmentation and Registration 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 method use 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 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 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 searchs 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.
Definition at line 64 of file itkPointSetToImageRegistrationMethod.h.
Static Public Member Functions | |
static Pointer | New () |
Private Member Functions | |
void | operator= (const Self &) |
PointSetToImageRegistrationMethod (const Self &) | |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::ConstPointer |
Definition at line 71 of file itkPointSetToImageRegistrationMethod.h.
typedef DataObject::Pointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::DataObjectPointer |
Smart Pointer type to a DataObject.
Definition at line 113 of file itkPointSetToImageRegistrationMethod.h.
typedef ProcessObject::DataObjectPointerArraySizeType itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::DataObjectPointerArraySizeType |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 163 of file itkPointSetToImageRegistrationMethod.h.
typedef FixedPointSetType::ConstPointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::FixedPointSetConstPointer |
Definition at line 81 of file itkPointSetToImageRegistrationMethod.h.
typedef TFixedPointSet itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::FixedPointSetType |
Type of the Fixed PointSet.
Definition at line 77 of file itkPointSetToImageRegistrationMethod.h.
typedef InterpolatorType::Pointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::InterpolatorPointer |
Definition at line 103 of file itkPointSetToImageRegistrationMethod.h.
typedef MetricType::InterpolatorType itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::InterpolatorType |
Type of the Interpolator.
Definition at line 102 of file itkPointSetToImageRegistrationMethod.h.
typedef MetricType::Pointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::MetricPointer |
Definition at line 89 of file itkPointSetToImageRegistrationMethod.h.
typedef PointSetToImageMetric< FixedPointSetType, MovingImageType > itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::MetricType |
Type of the metric.
Definition at line 88 of file itkPointSetToImageRegistrationMethod.h.
typedef MovingImageType::ConstPointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::MovingImageConstPointer |
Definition at line 85 of file itkPointSetToImageRegistrationMethod.h.
typedef TMovingImage itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::MovingImageType |
Type of the Moving image.
Definition at line 84 of file itkPointSetToImageRegistrationMethod.h.
typedef SingleValuedNonLinearOptimizer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::OptimizerType |
Type of the optimizer.
Definition at line 106 of file itkPointSetToImageRegistrationMethod.h.
typedef MetricType::TransformParametersType itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::ParametersType |
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 itkPointSetToImageRegistrationMethod.h.
typedef SmartPointer< Self > itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::Pointer |
Definition at line 70 of file itkPointSetToImageRegistrationMethod.h.
typedef PointSetToImageRegistrationMethod itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::Self |
Standard class typedefs.
Definition at line 68 of file itkPointSetToImageRegistrationMethod.h.
typedef ProcessObject itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::Superclass |
Definition at line 69 of file itkPointSetToImageRegistrationMethod.h.
typedef TransformOutputType::ConstPointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::TransformOutputConstPointer |
Definition at line 99 of file itkPointSetToImageRegistrationMethod.h.
typedef TransformOutputType::Pointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::TransformOutputPointer |
Definition at line 98 of file itkPointSetToImageRegistrationMethod.h.
typedef DataObjectDecorator< TransformType > itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::TransformOutputType |
Type for the output: Using Decorator pattern for enabling the Transform to be passed in the data pipeline
Definition at line 97 of file itkPointSetToImageRegistrationMethod.h.
typedef TransformType::Pointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::TransformPointer |
Definition at line 93 of file itkPointSetToImageRegistrationMethod.h.
typedef MetricType::TransformType itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::TransformType |
Type of the Transform .
Definition at line 92 of file itkPointSetToImageRegistrationMethod.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 189 of file itkPointSetToImageRegistrationMethod.h.
|
private |
|
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.
|
protectedvirtual |
Method invoked by the pipeline in order to trigger the computation of the registration.
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 Moving image.
|
virtual |
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 |
Set/Get the Optimizer.
const TransformOutputType* itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::GetOutput | ( | ) | const |
Returns the transform resulting from the registration process
|
virtual |
Set/Get the Transfrom.
void itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::Initialize | ( | ) | throw ( ExceptionObject ) |
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.
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
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::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 |
Definition at line 204 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Definition at line 209 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Definition at line 207 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Definition at line 210 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Definition at line 200 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Definition at line 203 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Definition at line 201 of file itkPointSetToImageRegistrationMethod.h.
|
private |
Definition at line 206 of file itkPointSetToImageRegistrationMethod.h.