#include <itkPointSetToImageRegistrationMethod.h>
Inheritance diagram for itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >:
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 continously 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 62 of file itkPointSetToImageRegistrationMethod.h.
|
Reimplemented from itk::ProcessObject. Definition at line 69 of file itkPointSetToImageRegistrationMethod.h. |
|
Definition at line 79 of file itkPointSetToImageRegistrationMethod.h. Referenced by itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::~PointSetToImageRegistrationMethod(). |
|
Type of the Fixed PointSet. Definition at line 78 of file itkPointSetToImageRegistrationMethod.h. |
|
Definition at line 96 of file itkPointSetToImageRegistrationMethod.h. Referenced by itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::~PointSetToImageRegistrationMethod(). |
|
Type of the Interpolator. Definition at line 95 of file itkPointSetToImageRegistrationMethod.h. |
|
Definition at line 88 of file itkPointSetToImageRegistrationMethod.h. Referenced by itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::~PointSetToImageRegistrationMethod(). |
|
Type of the metric. Definition at line 87 of file itkPointSetToImageRegistrationMethod.h. |
|
Definition at line 83 of file itkPointSetToImageRegistrationMethod.h. Referenced by itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::~PointSetToImageRegistrationMethod(). |
|
Type of the Moving image. Definition at line 82 of file itkPointSetToImageRegistrationMethod.h. |
|
Type of the optimizer. Definition at line 99 of file itkPointSetToImageRegistrationMethod.h. |
|
Type of the Transformation parameters This is the same type used to represent the search space of the optimization algorithm Definition at line 103 of file itkPointSetToImageRegistrationMethod.h. Referenced by itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::~PointSetToImageRegistrationMethod(). |
|
Reimplemented from itk::ProcessObject. Definition at line 68 of file itkPointSetToImageRegistrationMethod.h. |
|
Standard class typedefs. Reimplemented from itk::ProcessObject. Definition at line 66 of file itkPointSetToImageRegistrationMethod.h. |
|
Reimplemented from itk::ProcessObject. Definition at line 67 of file itkPointSetToImageRegistrationMethod.h. |
|
Definition at line 92 of file itkPointSetToImageRegistrationMethod.h. Referenced by itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::~PointSetToImageRegistrationMethod(). |
|
Type of the Transform . Definition at line 91 of file itkPointSetToImageRegistrationMethod.h. |
|
|
|
|
Set/Get the Fixed image. |
|
Set/Get the initial transformation parameters. |
|
Set/Get the Interpolator. |
|
Get the last transformation parameters visited by the optimizer. |
|
Set/Get the Metric. |
|
Set/Get the Moving image. |
|
Run-time type information (and related methods). Reimplemented from itk::ProcessObject. |
|
Set/Get the Optimizer. |
|
Set/Get the Transfrom. |
|
Initialize by setting the interconnects between the components. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
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. |
|
Set/Get the Fixed image. |
|
Set/Get the initial transformation parameters. |
|
Set/Get the Interpolator. |
|
Set/Get the Metric. |
|
Set/Get the Moving image. |
|
Set/Get the Optimizer. |
|
Set/Get the Transfrom. |
|
Method that initiates the registration. |