ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkImageRegistrationMethodv4.h>
Interface method for the current registration framework.
This interface method class encapsulates typical registration usage by incorporating all the necessary elements for performing a simple image registration between two images. This method also allows for multistage registration whereby each stage is characterize by possibly different transforms of and different image metrics. For example, many users will want to perform a linear registration followed by deformable registration where both stages are peformed in multiple levels. Each level can be characterized by:
Multiple stages are handled by linking multiple instantiations of this class where the output transform is added to the optional composite transform input.
Transform adaptors: To accommodate new changes to the current ITK registration framework, we introduced the concept of transform adaptors. Whereas each stage is associated with a moving and, possibly, fixed transform, each level of each stage is defined by a transform adaptor which describes how to adapt the transform to the current level. For example, if one were to use the B-spline transform during a deformable registration stage, common practice is to increase the resolution of the B-spline mesh (or, analogously, the control point grid size) at each level. At each level, one would define the parameters of the B-spline transform adaptor at that level which increases the resolution from the previous level. For many transforms, such as affine, this concept of an adaptor may be nonsensical. For this reason, the base transform adaptor class does not do anything to the transform but merely passes it through. Each level of each stage must define a transform adaptor but, by default, the base adaptor class is assigned which, again, does not do anything to the transform. A special mention should be made of the transform adaptor at level 0 of any stage. Most likely, the user will not want to do anything to the transform as it enters into the given stage so typical use will be to assign the base adaptor class to level 0 of all stages but we leave that open to the user.
Output: The output is the updated transform which has been added to the composite transform.
Definition at line 90 of file itkImageRegistrationMethodv4.h.
typedef CompositeTransformType::Pointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::CompositeTransformPointer |
Definition at line 126 of file itkImageRegistrationMethodv4.h.
typedef CompositeTransform<RealType, ImageDimension> itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::CompositeTransformType |
Reimplemented in itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 125 of file itkImageRegistrationMethodv4.h.
typedef SmartPointer<const Self> itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::ConstPointer |
Reimplemented from itk::ProcessObject.
Reimplemented in itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 98 of file itkImageRegistrationMethodv4.h.
typedef ProcessObject::DataObjectPointerArraySizeType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::DataObjectPointerArraySizeType |
Make a DataObject of the correct type to be used as the specified output.
Reimplemented from itk::ProcessObject.
Definition at line 248 of file itkImageRegistrationMethodv4.h.
typedef TransformType::DerivativeType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::DerivativeType |
Reimplemented in itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 122 of file itkImageRegistrationMethodv4.h.
typedef DerivativeType::ValueType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::DerivativeValueType |
Reimplemented in itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 123 of file itkImageRegistrationMethodv4.h.
typedef FixedImageType::Pointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::FixedImagePointer |
Reimplemented in itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 111 of file itkImageRegistrationMethodv4.h.
typedef TFixedImage itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::FixedImageType |
Input typedefs for the images and transforms.
Reimplemented in itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 107 of file itkImageRegistrationMethodv4.h.
typedef FixedInterpolatorType::Pointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::FixedInterpolatorPointer |
Definition at line 141 of file itkImageRegistrationMethodv4.h.
typedef InterpolateImageFunction<FixedImageType, RealType> itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::FixedInterpolatorType |
Interpolator typedefs
Definition at line 140 of file itkImageRegistrationMethodv4.h.
typedef MetricType::Pointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::MetricPointer |
Reimplemented in itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 117 of file itkImageRegistrationMethodv4.h.
typedef MetricType::FixedSampledPointSetType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::MetricSamplePointSetType |
Definition at line 157 of file itkImageRegistrationMethodv4.h.
typedef ImageToImageMetricv4<FixedImageType, MovingImageType> itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::MetricType |
Metric and transform typedefs
Reimplemented in itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 116 of file itkImageRegistrationMethodv4.h.
typedef MovingImageType::Pointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::MovingImagePointer |
Reimplemented in itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 113 of file itkImageRegistrationMethodv4.h.
typedef TMovingImage itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::MovingImageType |
Reimplemented in itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 112 of file itkImageRegistrationMethodv4.h.
typedef MovingInterpolatorType::Pointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::MovingInterpolatorPointer |
Definition at line 143 of file itkImageRegistrationMethodv4.h.
typedef InterpolateImageFunction<MovingImageType, RealType> itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::MovingInterpolatorType |
Definition at line 142 of file itkImageRegistrationMethodv4.h.
typedef OptimizerType::Pointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::OptimizerPointer |
Definition at line 152 of file itkImageRegistrationMethodv4.h.
typedef ObjectToObjectOptimizerBase itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::OptimizerType |
Type of the optimizer.
Definition at line 151 of file itkImageRegistrationMethodv4.h.
typedef SmartPointer<Self> itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::Pointer |
Reimplemented from itk::ProcessObject.
Reimplemented in itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 97 of file itkImageRegistrationMethodv4.h.
typedef TransformType::ScalarType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::RealType |
Reimplemented in itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 121 of file itkImageRegistrationMethodv4.h.
typedef ImageRegistrationMethodv4 itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::Self |
Standard class typedefs.
Reimplemented from itk::ProcessObject.
Reimplemented in itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 95 of file itkImageRegistrationMethodv4.h.
typedef Array<SizeValueType> itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::ShrinkFactorsArrayType |
array typedef
Definition at line 136 of file itkImageRegistrationMethodv4.h.
typedef Array<RealType> itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::SmoothingSigmasArrayType |
Definition at line 137 of file itkImageRegistrationMethodv4.h.
typedef ProcessObject itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::Superclass |
Reimplemented from itk::ProcessObject.
Reimplemented in itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 96 of file itkImageRegistrationMethodv4.h.
typedef TransformOutputType::Pointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::TransformOutputPointer |
Reimplemented in itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 133 of file itkImageRegistrationMethodv4.h.
typedef DataObjectDecorator<TransformType> itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::TransformOutputType |
Type for the output: Using Decorator pattern for enabling the transform to be passed in the data pipeline
Reimplemented in itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 132 of file itkImageRegistrationMethodv4.h.
typedef TransformParametersAdaptorType::Pointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::TransformParametersAdaptorPointer |
Definition at line 147 of file itkImageRegistrationMethodv4.h.
typedef std::vector<TransformParametersAdaptorPointer> itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::TransformParametersAdaptorsContainerType |
Definition at line 148 of file itkImageRegistrationMethodv4.h.
typedef TransformParametersAdaptor<TransformType> itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::TransformParametersAdaptorType |
Transform adaptor typedefs
Definition at line 146 of file itkImageRegistrationMethodv4.h.
typedef TransformType::Pointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::TransformPointer |
Reimplemented in itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 120 of file itkImageRegistrationMethodv4.h.
typedef TTransform itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::TransformType |
Reimplemented in itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 119 of file itkImageRegistrationMethodv4.h.
enum itk::ImageRegistrationMethodv4::MetricSamplingStrategyType |
enum type for metric sampling strategy
Definition at line 155 of file itkImageRegistrationMethodv4.h.
itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::ImageRegistrationMethodv4 | ( | ) | [protected] |
virtual itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::~ImageRegistrationMethodv4 | ( | ) | [protected, virtual] |
itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::ImageRegistrationMethodv4 | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::CreateAnother | ( | void | ) | const [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.
Reimplemented in itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
virtual void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GenerateData | ( | ) | [protected, virtual] |
Perform the registration.
Reimplemented from itk::ProcessObject.
Reimplemented in itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, and itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >.
virtual CompositeTransformType* itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetCompositeTransform | ( | ) | [virtual] |
Set/Get the composite transform (optional---useful for multi-stage registration).
virtual SizeValueType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetCurrentLevel | ( | ) | const [virtual] |
Get the current level. This is a helper function for reporting observations.
virtual const FixedImageType* itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetFixedImage | ( | ) | const [virtual] |
Set/Get the fixed image.
virtual const FixedInterpolatorType* itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetFixedInterpolator | ( | ) | [virtual] |
Set/Get the fixed interpolator.
virtual MetricType* itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetMetric | ( | ) | [virtual] |
Set/Get the metric.
virtual RealType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetMetricSamplingPercentage | ( | ) | const [virtual] |
Set/Get the metric sampling percentage.
virtual MetricSamplingStrategyType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetMetricSamplingStrategy | ( | ) | const [virtual] |
Set/Get the metric sampling strategy.
virtual const MovingImageType* itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetMovingImage | ( | ) | const [virtual] |
Set/Get the moving image.
virtual const MovingInterpolatorType* itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetMovingInterpolator | ( | ) | [virtual] |
Set/Get the moving interpolator.
virtual const char* itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::ProcessObject.
Reimplemented in itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
virtual SizeValueType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetNumberOfLevels | ( | ) | const [virtual] |
Set/Get the number of multi-resolution levels. In setting the number of levels we need to set the following for each level:
virtual OptimizerType* itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetOptimizer | ( | ) | [virtual] |
Set/Get the optimizer.
virtual const TransformOutputType* itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetOutput | ( | ) | const [virtual] |
Returns the transform resulting from the registration process
virtual ShrinkFactorsArrayType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetShrinkFactorsPerLevel | ( | ) | const [virtual] |
Set/Get the shrink factors for each level. At each resolution level, the itkShrinkImageFilter
is called. For a 256x256 image, a shrink factor of 2 reduces the image to 128x128.
virtual SmoothingSigmasArrayType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetSmoothingSigmasPerLevel | ( | ) | const [virtual] |
Set/Get the smoothing sigmas for each level. At each resolution level, a gaussian smoothing filter (specifically, the itkDiscreteGaussianImageFilter
) is applied. Sigma values are specified in physical units.
virtual TransformType* itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetTransform | ( | ) | [virtual] |
Set/Get the transform.
const TransformParametersAdaptorsContainerType& itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::GetTransformParametersAdaptorsPerLevel | ( | ) | const |
Set/Get the transform adaptors.
virtual void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::InitializeRegistrationAtEachLevel | ( | const SizeValueType | ) | [protected, virtual] |
Initialize by setting the interconnects between the components.
Reimplemented in itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
virtual DataObjectPointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::MakeOutput | ( | DataObjectPointerArraySizeType | idx | ) | [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 Pointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::Object.
Reimplemented in itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::operator= | ( | const Self & | ) | [private] |
Time when GenerateOutputInformation was last called.
Reimplemented from itk::ProcessObject.
Reimplemented in itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, and itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >.
virtual void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
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.
Reimplemented in itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, and itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >.
virtual void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::SetCompositeTransform | ( | CompositeTransformType * | _arg | ) | [virtual] |
Set/Get the composite transform (optional---useful for multi-stage registration).
virtual void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::SetFixedImage | ( | const FixedImageType * | input | ) | [virtual] |
Set/Get the fixed image.
virtual void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::SetFixedInterpolator | ( | FixedInterpolatorType * | _arg | ) | [virtual] |
Set/Get the fixed interpolator.
virtual void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::SetMetric | ( | MetricType * | _arg | ) | [virtual] |
Set/Get the metric.
virtual void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::SetMetricSamplePoints | ( | ) | [protected, virtual] |
Get metric samples.
virtual void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::SetMetricSamplingPercentage | ( | RealType | _arg | ) | [virtual] |
Set/Get the metric sampling percentage.
virtual void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::SetMetricSamplingStrategy | ( | MetricSamplingStrategyType | _arg | ) | [virtual] |
Set/Get the metric sampling strategy.
virtual void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::SetMovingImage | ( | const MovingImageType * | input | ) | [virtual] |
Set/Get the moving image.
virtual void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::SetMovingInterpolator | ( | MovingInterpolatorType * | _arg | ) | [virtual] |
Set/Get the moving interpolator.
void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::SetNumberOfLevels | ( | const SizeValueType | ) |
Set/Get the number of multi-resolution levels. In setting the number of levels we need to set the following for each level:
virtual void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::SetOptimizer | ( | OptimizerType * | _arg | ) | [virtual] |
Set/Get the optimizer.
virtual void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::SetShrinkFactorsPerLevel | ( | ShrinkFactorsArrayType | _arg | ) | [virtual] |
Set/Get the shrink factors for each level. At each resolution level, the itkShrinkImageFilter
is called. For a 256x256 image, a shrink factor of 2 reduces the image to 128x128.
virtual void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::SetSmoothingSigmasPerLevel | ( | SmoothingSigmasArrayType | _arg | ) | [virtual] |
Set/Get the smoothing sigmas for each level. At each resolution level, a gaussian smoothing filter (specifically, the itkDiscreteGaussianImageFilter
) is applied. Sigma values are specified in physical units.
virtual void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::SetTransform | ( | TransformType * | _arg | ) | [virtual] |
Set/Get the transform.
void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::SetTransformParametersAdaptorsPerLevel | ( | TransformParametersAdaptorsContainerType & | ) |
Set/Get the transform adaptors.
void itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::StartRegistration | ( | void | ) | [inline] |
Method that initiates the registration
Definition at line 245 of file itkImageRegistrationMethodv4.h.
const unsigned int itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::ImageDimension = TFixedImage::ImageDimension [static] |
ImageDimension constants
Reimplemented in itk::TimeVaryingBSplineVelocityFieldImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >, itk::TimeVaryingVelocityFieldImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >, and itk::SyNImageRegistrationMethod< TFixedImage, TMovingImage, TTransform >.
Definition at line 104 of file itkImageRegistrationMethodv4.h.
CompositeTransformPointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::m_CompositeTransform [protected] |
Definition at line 292 of file itkImageRegistrationMethodv4.h.
SizeValueType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::m_CurrentLevel [protected] |
Definition at line 272 of file itkImageRegistrationMethodv4.h.
FixedInterpolatorPointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::m_FixedInterpolator [protected] |
Definition at line 278 of file itkImageRegistrationMethodv4.h.
FixedImagePointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::m_FixedSmoothImage [protected] |
Definition at line 276 of file itkImageRegistrationMethodv4.h.
MetricPointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::m_Metric [protected] |
Definition at line 283 of file itkImageRegistrationMethodv4.h.
RealType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::m_MetricSamplingPercentage [protected] |
Definition at line 285 of file itkImageRegistrationMethodv4.h.
MetricSamplingStrategyType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::m_MetricSamplingStrategy [protected] |
Definition at line 284 of file itkImageRegistrationMethodv4.h.
MovingInterpolatorPointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::m_MovingInterpolator [protected] |
Definition at line 279 of file itkImageRegistrationMethodv4.h.
MovingImagePointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::m_MovingSmoothImage [protected] |
Definition at line 275 of file itkImageRegistrationMethodv4.h.
SizeValueType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::m_NumberOfLevels [protected] |
Definition at line 273 of file itkImageRegistrationMethodv4.h.
OptimizerPointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::m_Optimizer [protected] |
Definition at line 281 of file itkImageRegistrationMethodv4.h.
ShrinkFactorsArrayType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::m_ShrinkFactorsPerLevel [protected] |
Definition at line 287 of file itkImageRegistrationMethodv4.h.
SmoothingSigmasArrayType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::m_SmoothingSigmasPerLevel [protected] |
Definition at line 288 of file itkImageRegistrationMethodv4.h.
TransformPointer itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::m_Transform [protected] |
Definition at line 294 of file itkImageRegistrationMethodv4.h.
TransformParametersAdaptorsContainerType itk::ImageRegistrationMethodv4< TFixedImage, TMovingImage, TTransform >::m_TransformParametersAdaptorsPerLevel [protected] |
Definition at line 290 of file itkImageRegistrationMethodv4.h.