Main Page
Groups
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File
List
Namespace Members
Compound Members
File Members
Concepts
itk::ImageToSpatialObjectRegistrationMethod< TFixedImage, TMovingSpatialObject > Class Template Reference
[Registration Filters]
Base class for Image Registration Methods.
More...
#include <itkImageToSpatialObjectRegistrationMethod.h>
Inheritance diagram for itk::ImageToSpatialObjectRegistrationMethod< TFixedImage, TMovingSpatialObject >:
[legend]Collaboration diagram for itk::ImageToSpatialObjectRegistrationMethod< TFixedImage, TMovingSpatialObject >:
[legend]List of all members.
Detailed Description
template<typename TFixedImage, typename TMovingSpatialObject>
class itk::ImageToSpatialObjectRegistrationMethod< TFixedImage, TMovingSpatialObject >
Base class for Image Registration Methods.
This class is templated over the type of the image and the type of the SpatialObject 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 SpatialObject are used in this class to indicate that the SpatialObject is being mapped by the transform.
This class uses the coordinate system of the Fixed image and searchs for a transform that will map the Moving SpatialObject on top of the Fixed image. For doing so, a Metric will be continously applied to compare the Fixed image with the Transformed Moving SpatialObject.
Definition at line 59 of file itkImageToSpatialObjectRegistrationMethod.h.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
|
Set/Get the initial transformation parameters. |
|
Set/Get the Interpolator. |
|
Get the last transformation parameters visited by the optimizer. |
|
Set/Get the Moving Spatial Object. |
|
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 initial transformation parameters. |
|
Set/Get the Interpolator. |
|
Set/Get the Moving Spatial Object. |
|
Method that initiates the registration. |
Member Data Documentation
The documentation for this class was generated from the following file:
Generated at Thu May 25 01:26:09 2006 for ITK by
1.3.5 written by Dimitri van Heesch,
© 1997-2000