Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkMultiInputMultiResolutionImageRegistrationMethodBase.h>
Base class for multi-resolution image registration methods.
This class is an extension of the itk class MultiResolutionImageRegistrationMethod. It allows the use of multiple metrics, multiple images, multiple interpolators, and/or multiple image pyramids.
You may also set an interpolator/fixedimage/etc to NULL, if you happen to know that the corresponding metric is not an ImageToImageMetric, but a regularizer for example (which does not need an image.
Definition at line 82 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MultiResolutionImageRegistrationMethod2< TFixedImage, TMovingImage > | |
static Pointer | New () |
Protected Member Functions | |
virtual void | CheckOnInitialize (void) |
virtual void | CheckPyramids (void) |
void | GenerateData () override |
void | Initialize () override |
MultiInputMultiResolutionImageRegistrationMethodBase () | |
void | PreparePyramids (void) override |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~MultiInputMultiResolutionImageRegistrationMethodBase () override | |
Protected Member Functions inherited from itk::MultiResolutionImageRegistrationMethod2< TFixedImage, TMovingImage > | |
void | GenerateData (void) override |
virtual void | Initialize () |
MultiResolutionImageRegistrationMethod2 () | |
virtual void | PreparePyramids (void) |
void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | SetCurrentLevel (unsigned long _arg) |
~MultiResolutionImageRegistrationMethod2 () override | |
Private Member Functions | |
MultiInputMultiResolutionImageRegistrationMethodBase (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
MultiInputMetricPointer | m_MultiInputMetric |
typedef SmartPointer< const Self > itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::ConstPointer |
Definition at line 92 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::DataObjectPointer itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::DataObjectPointer |
Definition at line 129 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::FixedImageConstPointer itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::FixedImageConstPointer |
Definition at line 103 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef MultiInputMetricType::FixedImageInterpolatorType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::FixedImageInterpolatorType |
Definition at line 146 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef MultiInputMetricType::FixedImageInterpolatorVectorType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::FixedImageInterpolatorVectorType |
Definition at line 148 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::FixedImagePyramidPointer itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::FixedImagePyramidPointer |
Definition at line 118 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::FixedImagePyramidType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::FixedImagePyramidType |
Definition at line 117 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef std::vector< FixedImagePyramidPointer > itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::FixedImagePyramidVectorType |
Definition at line 149 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::FixedImageRegionPyramidType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::FixedImageRegionPyramidType |
Definition at line 105 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef std::vector< FixedImageRegionPyramidType > itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::FixedImageRegionPyramidVectorType |
Definition at line 131 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::FixedImageRegionType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::FixedImageRegionType |
Definition at line 104 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef MultiInputMetricType::FixedImageRegionVectorType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::FixedImageRegionVectorType |
Definition at line 140 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::FixedImageType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::FixedImageType |
Superclass types
Definition at line 102 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef MultiInputMetricType::FixedImageVectorType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::FixedImageVectorType |
Definition at line 138 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::InterpolatorPointer itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::InterpolatorPointer |
Definition at line 114 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::InterpolatorType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::InterpolatorType |
Definition at line 113 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef MultiInputMetricType::InterpolatorVectorType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::InterpolatorVectorType |
Definition at line 144 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::MetricPointer itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::MetricPointer |
Definition at line 110 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::MetricType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::MetricType |
Definition at line 109 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::MovingImageConstPointer itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::MovingImageConstPointer |
Definition at line 107 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::MovingImagePyramidPointer itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::MovingImagePyramidPointer |
Definition at line 121 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::MovingImagePyramidType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::MovingImagePyramidType |
Definition at line 119 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef std::vector< MovingImagePyramidPointer > itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::MovingImagePyramidVectorType |
Definition at line 150 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::MovingImageType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::MovingImageType |
Definition at line 106 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef MultiInputMetricType::MovingImageVectorType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::MovingImageVectorType |
Definition at line 142 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef MultiInputMetricType::Pointer itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::MultiInputMetricPointer |
Definition at line 136 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef MultiInputImageToImageMetricBase< FixedImageType, MovingImageType > itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::MultiInputMetricType |
Typedef's for the MultiInput part.
Definition at line 135 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef OptimizerType::Pointer itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::OptimizerPointer |
Definition at line 116 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::OptimizerType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::OptimizerType |
Definition at line 115 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::ParametersType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::ParametersType |
Definition at line 128 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef SmartPointer< Self > itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::Pointer |
Definition at line 91 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef MultiInputMultiResolutionImageRegistrationMethodBase itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::Self |
Standard class typedefs.
Definition at line 88 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef MultiResolutionImageRegistrationMethod2< TFixedImage, TMovingImage > itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::Superclass |
Definition at line 90 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::TransformOutputConstPointer itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::TransformOutputConstPointer |
Definition at line 126 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::TransformOutputPointer itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::TransformOutputPointer |
Definition at line 124 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::TransformOutputType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::TransformOutputType |
Definition at line 123 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::TransformPointer itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::TransformPointer |
Definition at line 112 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
typedef Superclass::TransformType itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::TransformType |
Definition at line 111 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
protected |
Constructor.
|
inlineoverrideprotected |
Destructor.
Definition at line 253 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
private |
|
protectedvirtual |
Function called by Initialize, which checks if the user input is ok.
|
protectedvirtual |
Function called by PreparePyramids, which checks if the user input regarding the image pyramids is ok.
Reimplemented in itk::MultiResolutionImageRegistrationMethodWithFeatures< TFixedImage, TMovingImage >, and itk::MultiResolutionImageRegistrationMethodWithFeatures< RegistrationBase< TElastix >::FixedImageType, RegistrationBase< TElastix >::MovingImageType >.
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::elxOverrideSimpleSetMacro | ( | FixedImage | , |
const FixedImageType * | |||
) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::elxOverrideSimpleSetMacro | ( | FixedImagePyramid | , |
FixedImagePyramidType * | |||
) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::elxOverrideSimpleSetMacro | ( | FixedImageRegion | , |
const | FixedImageRegionType | ||
) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::elxOverrideSimpleSetMacro | ( | Interpolator | , |
InterpolatorType * | |||
) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::elxOverrideSimpleSetMacro | ( | MovingImage | , |
const MovingImageType * | |||
) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::elxOverrideSimpleSetMacro | ( | MovingImagePyramid | , |
MovingImagePyramidType * | |||
) |
|
overrideprotected |
Method invoked by the pipeline in order to trigger the computation of the registration.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MultiResolutionImageRegistrationMethod2< TFixedImage, TMovingImage >.
Reimplemented in elastix::MultiResolutionRegistrationWithFeatures< TElastix >, itk::MultiResolutionImageRegistrationMethodWithFeatures< TFixedImage, TMovingImage >, and itk::MultiResolutionImageRegistrationMethodWithFeatures< RegistrationBase< TElastix >::FixedImageType, RegistrationBase< TElastix >::MovingImageType >.
|
virtual |
|
inlineoverride |
Definition at line 164 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
virtual |
|
inlinevirtual |
Definition at line 230 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
virtual |
|
inlineoverride |
Definition at line 186 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
virtual |
|
inlineoverride |
Definition at line 175 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
virtual |
|
inlineoverride |
Definition at line 219 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
virtual |
|
inlineoverride |
Definition at line 197 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
virtual |
|
inlineoverride |
Definition at line 208 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
override |
Method to return the latest modified time of this object or any of its cached ivars.
|
overrideprotectedvirtual |
Initialize by setting the interconnects between the components. This method is executed at every level of the pyramid with the values corresponding to this resolution .
Reimplemented from itk::MultiResolutionImageRegistrationMethod2< TFixedImage, TMovingImage >.
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::itkGetModifiableObjectMacro | ( | MultiInputMetric | , |
MultiInputMetricType | |||
) |
Get a metric that takes multiple inputs.
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::itkGetNumberOfMacro | ( | FixedImage | ) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::itkGetNumberOfMacro | ( | FixedImageInterpolator | ) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::itkGetNumberOfMacro | ( | FixedImagePyramid | ) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::itkGetNumberOfMacro | ( | FixedImageRegion | ) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::itkGetNumberOfMacro | ( | Interpolator | ) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::itkGetNumberOfMacro | ( | MovingImage | ) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::itkGetNumberOfMacro | ( | MovingImagePyramid | ) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro | ( | FixedImage | ) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro | ( | FixedImageInterpolator | ) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro | ( | FixedImagePyramid | ) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro | ( | FixedImageRegion | ) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro | ( | Interpolator | ) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro | ( | MovingImage | ) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro | ( | MovingImagePyramid | ) |
itk::MultiInputMultiResolutionImageRegistrationMethodBase< TFixedImage, TMovingImage >::itkSimpleSetMacro | ( | FixedImageInterpolator | , |
FixedImageInterpolatorType * | |||
) |
|
static |
Method for creation through the object factory.
|
private |
|
overrideprotectedvirtual |
Compute the size of the fixed region for each level of the pyramid.
Reimplemented from itk::MultiResolutionImageRegistrationMethod2< TFixedImage, TMovingImage >.
|
overrideprotected |
PrintSelf.
|
virtual |
The following methods all have a similar pattern. The SetFixedImage() just calls SetFixedImage(0). SetFixedImage(0) also calls the Superclass::SetFixedImage(). This is defined by the elxOverrideSimpleSetMacro. GetFixedImage() just returns GetFixedImage(0) == Superclass::m_FixedImage. Set/Get the Fixed image.
|
virtual |
Set/Get the FixedImageInterpolator.
|
virtual |
Set/Get the FixedImagePyramid.
|
virtual |
Set/Get the Fixed image region.
|
virtual |
Set/Get the Interpolator.
|
overridevirtual |
Set a metric that takes multiple inputs.
Reimplemented from itk::MultiResolutionImageRegistrationMethod2< TFixedImage, TMovingImage >.
|
virtual |
Set/Get the Moving image.
|
virtual |
Set/Get the MovingImagePyramid.
|
protected |
Definition at line 287 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
protected |
Definition at line 284 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
protected |
This vector is filled by the PreparePyramids function.
Definition at line 290 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
protected |
Definition at line 283 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
protected |
Containers for the pointers supplied by the user
Definition at line 281 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
protected |
Definition at line 286 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
protected |
Definition at line 285 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
protected |
Definition at line 282 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
private |
Definition at line 300 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
|
protected |
Dummy image region
Definition at line 293 of file itkMultiInputMultiResolutionImageRegistrationMethodBase.h.
Generated on 1667476801 for elastix by 1.9.4 |