ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkTwoProjectionImageRegistrationMethod.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 searchs 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 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 65 of file itkTwoProjectionImageRegistrationMethod.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Private Member Functions | |
void | operator= (const Self &) |
TwoProjectionImageRegistrationMethod (const Self &) | |
Additional Inherited Members | |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer<const Self> itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::ConstPointer |
Definition at line 72 of file itkTwoProjectionImageRegistrationMethod.h.
typedef DataObject::Pointer itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::DataObjectPointer |
Smart Pointer type to a DataObject.
Definition at line 116 of file itkTwoProjectionImageRegistrationMethod.h.
typedef FixedImageType::ConstPointer itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::FixedImageConstPointer |
Definition at line 82 of file itkTwoProjectionImageRegistrationMethod.h.
typedef MetricType::FixedImageRegionType itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::FixedImageRegionType |
Definition at line 92 of file itkTwoProjectionImageRegistrationMethod.h.
typedef TFixedImage itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::FixedImageType |
Type of the Fixed image.
Definition at line 78 of file itkTwoProjectionImageRegistrationMethod.h.
typedef InterpolatorType::Pointer itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::InterpolatorPointer |
Definition at line 106 of file itkTwoProjectionImageRegistrationMethod.h.
typedef MetricType::InterpolatorType itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::InterpolatorType |
Type of the Interpolator.
Definition at line 105 of file itkTwoProjectionImageRegistrationMethod.h.
typedef MetricType::Pointer itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::MetricPointer |
Definition at line 91 of file itkTwoProjectionImageRegistrationMethod.h.
typedef TwoImageToOneImageMetric< FixedImageType, MovingImageType > itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::MetricType |
Type of the metric.
Definition at line 90 of file itkTwoProjectionImageRegistrationMethod.h.
typedef MovingImageType::ConstPointer itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::MovingImageConstPointer |
Definition at line 86 of file itkTwoProjectionImageRegistrationMethod.h.
typedef TMovingImage itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::MovingImageType |
Type of the Moving image.
Definition at line 85 of file itkTwoProjectionImageRegistrationMethod.h.
typedef SingleValuedNonLinearOptimizer itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::OptimizerType |
Type of the optimizer.
Definition at line 109 of file itkTwoProjectionImageRegistrationMethod.h.
typedef MetricType::TransformParametersType itk::TwoProjectionImageRegistrationMethod< TFixedImage, 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 113 of file itkTwoProjectionImageRegistrationMethod.h.
typedef SmartPointer<Self> itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::Pointer |
Definition at line 71 of file itkTwoProjectionImageRegistrationMethod.h.
typedef TwoProjectionImageRegistrationMethod itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::Self |
Standard class typedefs.
Definition at line 69 of file itkTwoProjectionImageRegistrationMethod.h.
typedef ProcessObject itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::Superclass |
Definition at line 70 of file itkTwoProjectionImageRegistrationMethod.h.
typedef TransformOutputType::ConstPointer itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::TransformOutputConstPointer |
Definition at line 102 of file itkTwoProjectionImageRegistrationMethod.h.
typedef TransformOutputType::Pointer itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::TransformOutputPointer |
Definition at line 101 of file itkTwoProjectionImageRegistrationMethod.h.
typedef DataObjectDecorator< TransformType > itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::TransformOutputType |
Type for the output: Using Decorator pattern for enabling the Transform to be passed in the data pipeline
Definition at line 100 of file itkTwoProjectionImageRegistrationMethod.h.
typedef TransformType::Pointer itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::TransformPointer |
Definition at line 96 of file itkTwoProjectionImageRegistrationMethod.h.
typedef MetricType::TransformType itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::TransformType |
Type of the Transform .
Definition at line 95 of file itkTwoProjectionImageRegistrationMethod.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 217 of file itkTwoProjectionImageRegistrationMethod.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.
|
overrideprotectedvirtual |
Method invoked by the pipeline in order to trigger the computation of the registration.
Reimplemented from itk::ProcessObject.
|
virtual |
Set/Get the Fixed images.
|
virtual |
Set/Get the Fixed images.
|
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 |
|
virtual |
True if a region has been defined for the fixed image to which the ImageMetric will limit its computation
|
virtual |
|
virtual |
Set/Get the initial transformation parameters.
|
virtual |
Get the last transformation parameters visited by the optimizer.
|
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.
const TransformOutputType* itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::GetOutput | ( | ) | const |
Returns the transform resulting from the registration process
|
virtual |
Initialize by setting the interconnects between the components.
itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::itkGetObjectMacro | ( | Optimizer | , |
OptimizerType | |||
) |
Set/Get the Optimizer.
itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::itkGetObjectMacro | ( | Metric | , |
MetricType | |||
) |
Set/Get the Metric.
itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::itkGetObjectMacro | ( | Transform | , |
TransformType | |||
) |
Set/Get the Transfrom.
itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::itkGetObjectMacro | ( | Interpolator1 | , |
InterpolatorType | |||
) |
Set/Get the Interpolators.
itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::itkGetObjectMacro | ( | Interpolator2 | , |
InterpolatorType | |||
) |
Set/Get the Interpolators.
|
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 |
|
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::ProcessObject.
void itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::SetFixedImage1 | ( | const FixedImageType * | fixedImage1 | ) |
Set/Get the Fixed images.
void itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::SetFixedImage2 | ( | const FixedImageType * | fixedImage2 | ) |
Set/Get the Fixed images.
void itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::SetFixedImageRegion1 | ( | const FixedImageRegionType & | region1 | ) |
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.
void itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::SetFixedImageRegion2 | ( | const FixedImageRegionType & | region2 | ) |
|
virtual |
Turn on/off the use of a fixed image region to which the ImageMetric will limit its computation.
|
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 Interpolators.
|
virtual |
Set/Get the Interpolators.
|
protectedvirtual |
Provides derived classes with the ability to set this private var
|
virtual |
Set/Get the Metric.
void itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::SetMovingImage | ( | const MovingImageType * | movingImage | ) |
Set/Get the Moving image.
|
virtual |
Set/Get the Optimizer.
|
virtual |
Set/Get the Transfrom.
void itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::StartOptimization | ( | void | ) |
Method that initiates the optimization process.
void itk::TwoProjectionImageRegistrationMethod< TFixedImage, TMovingImage >::StartRegistration | ( | void | ) |
Method that initiates the registration. This will Initialize and ensure that all inputs the registration needs are in place, via a call to Initialize() will then start the optimization process via a call to StartOptimization()
|
private |
Definition at line 236 of file itkTwoProjectionImageRegistrationMethod.h.
|
private |
Definition at line 237 of file itkTwoProjectionImageRegistrationMethod.h.
|
private |
Definition at line 248 of file itkTwoProjectionImageRegistrationMethod.h.
|
private |
Definition at line 249 of file itkTwoProjectionImageRegistrationMethod.h.
|
private |
Definition at line 246 of file itkTwoProjectionImageRegistrationMethod.h.
|
private |
Definition at line 247 of file itkTwoProjectionImageRegistrationMethod.h.
|
private |
Definition at line 243 of file itkTwoProjectionImageRegistrationMethod.h.
|
private |
Definition at line 240 of file itkTwoProjectionImageRegistrationMethod.h.
|
private |
Definition at line 241 of file itkTwoProjectionImageRegistrationMethod.h.
|
private |
Definition at line 244 of file itkTwoProjectionImageRegistrationMethod.h.
|
private |
Definition at line 232 of file itkTwoProjectionImageRegistrationMethod.h.
|
private |
Definition at line 235 of file itkTwoProjectionImageRegistrationMethod.h.
|
private |
Definition at line 233 of file itkTwoProjectionImageRegistrationMethod.h.
|
private |
Definition at line 239 of file itkTwoProjectionImageRegistrationMethod.h.