ITK  5.2.0
Insight Toolkit
Public Types | Public Member Functions | Static Public Member Functions | List of all members
itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage > Class Template Reference

#include <itkMultiResolutionImageRegistrationMethod.h>

+ Inheritance diagram for itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >:
+ Collaboration diagram for itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >:

Public Types

using ConstPointer = SmartPointer< const Self >
 
using DataObjectPointer = typename DataObject::Pointer
 
using FixedImageConstPointer = typename FixedImageType::ConstPointer
 
using FixedImagePyramidPointer = typename FixedImagePyramidType::Pointer
 
using FixedImagePyramidType = MultiResolutionPyramidImageFilter< FixedImageType, FixedImageType >
 
using FixedImageRegionType = typename FixedImageType::RegionType
 
using FixedImageType = TFixedImage
 
using InterpolatorPointer = typename InterpolatorType::Pointer
 
using InterpolatorType = typename MetricType::InterpolatorType
 
using MetricPointer = typename MetricType::Pointer
 
using MetricType = ImageToImageMetric< FixedImageType, MovingImageType >
 
using MovingImageConstPointer = typename MovingImageType::ConstPointer
 
using MovingImagePyramidPointer = typename MovingImagePyramidType::Pointer
 
using MovingImagePyramidType = MultiResolutionPyramidImageFilter< MovingImageType, MovingImageType >
 
using MovingImageType = TMovingImage
 
using OptimizerType = SingleValuedNonLinearOptimizer
 
using ParametersType = typename MetricType::TransformParametersType
 
using Pointer = SmartPointer< Self >
 
using ScheduleType = typename FixedImagePyramidType::ScheduleType
 
using Self = MultiResolutionImageRegistrationMethod
 
using Superclass = ProcessObject
 
using TransformOutputConstPointer = typename TransformOutputType::ConstPointer
 
using TransformOutputPointer = typename TransformOutputType::Pointer
 
using TransformOutputType = DataObjectDecorator< TransformType >
 
using TransformPointer = typename TransformType::Pointer
 
using TransformType = typename MetricType::TransformType
 
- Public Types inherited from itk::ProcessObject
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = DataObject::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArray = std::vector< DataObjectPointer >
 
using DataObjectPointerArraySizeType = DataObjectPointerArray::size_type
 
using MultiThreaderType = MultiThreaderBase
 
using NameArray = std::vector< DataObjectIdentifierType >
 
using Pointer = SmartPointer< Self >
 
using Self = ProcessObject
 
using Superclass = Object
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LightObject
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () const
 
void StopRegistration ()
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual DataObjectPointerArraySizeType GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual float GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
void IncrementProgress (float increment)
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
virtual void SetReleaseDataFlag (bool val)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
MultiThreaderTypeGetMultiThreader () const
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void PrepareOutputs ()
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexcept override
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
void Print (std::ostream &os, Indent indent=0) const
 

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 val)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 
using DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType
 
MetricPointer m_Metric
 
OptimizerType::Pointer m_Optimizer
 
MovingImageConstPointer m_MovingImage
 
FixedImageConstPointer m_FixedImage
 
TransformPointer m_Transform
 
InterpolatorPointer m_Interpolator
 
MovingImagePyramidPointer m_MovingImagePyramid
 
FixedImagePyramidPointer m_FixedImagePyramid
 
ParametersType m_InitialTransformParameters
 
ParametersType m_InitialTransformParametersOfNextLevel
 
ParametersType m_LastTransformParameters
 
FixedImageRegionType m_FixedImageRegion
 
std::vector< FixedImageRegionTypem_FixedImageRegionPyramid
 
SizeValueType m_NumberOfLevels
 
SizeValueType m_CurrentLevel
 
bool m_Stop
 
ScheduleType m_FixedImagePyramidSchedule
 
ScheduleType m_MovingImagePyramidSchedule
 
bool m_ScheduleSpecified
 
bool m_NumberOfLevelsSpecified
 
virtual void SetFixedImage (const FixedImageType *_arg)
 
virtual const FixedImageTypeGetFixedImage () const
 
virtual void SetMovingImage (const MovingImageType *_arg)
 
virtual const MovingImageTypeGetMovingImage () const
 
virtual void SetOptimizer (OptimizerType *_arg)
 
virtual OptimizerTypeGetModifiableOptimizer ()
 
virtual const OptimizerTypeGetOptimizer () const
 
virtual void SetMetric (MetricType *_arg)
 
virtual MetricTypeGetModifiableMetric ()
 
virtual const MetricTypeGetMetric () const
 
virtual void SetFixedImageRegion (FixedImageRegionType _arg)
 
virtual const FixedImageRegionTypeGetFixedImageRegion () const
 
virtual void SetTransform (TransformType *_arg)
 
virtual TransformTypeGetModifiableTransform ()
 
virtual const TransformTypeGetTransform () const
 
virtual void SetInterpolator (InterpolatorType *_arg)
 
virtual InterpolatorTypeGetModifiableInterpolator ()
 
virtual const InterpolatorTypeGetInterpolator () const
 
virtual void SetFixedImagePyramid (FixedImagePyramidType *_arg)
 
virtual FixedImagePyramidTypeGetModifiableFixedImagePyramid ()
 
virtual const FixedImagePyramidTypeGetFixedImagePyramid () const
 
virtual void SetMovingImagePyramid (MovingImagePyramidType *_arg)
 
virtual MovingImagePyramidTypeGetModifiableMovingImagePyramid ()
 
virtual const MovingImagePyramidTypeGetMovingImagePyramid () const
 
void SetSchedules (const ScheduleType &fixedImagePyramidSchedule, const ScheduleType &movingImagePyramidSchedule)
 
virtual ScheduleType GetFixedImagePyramidSchedule () const
 
virtual ScheduleType GetMovingImagePyramidSchedule () const
 
void SetNumberOfLevels (SizeValueType numberOfLevels)
 
virtual SizeValueType GetNumberOfLevels () const
 
virtual SizeValueType GetCurrentLevel () const
 
virtual void SetInitialTransformParameters (ParametersType _arg)
 
virtual const ParametersTypeGetInitialTransformParameters () const
 
virtual void SetInitialTransformParametersOfNextLevel (ParametersType _arg)
 
virtual const ParametersTypeGetInitialTransformParametersOfNextLevel () const
 
virtual const ParametersTypeGetLastTransformParameters () const
 
const TransformOutputTypeGetOutput () const
 
DataObjectPointer MakeOutput (DataObjectPointerArraySizeType output) override
 
ModifiedTimeType GetMTime () const override
 
 MultiResolutionImageRegistrationMethod ()
 
 ~MultiResolutionImageRegistrationMethod () override=default
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
void GenerateData () override
 
void Initialize ()
 
void PreparePyramids ()
 
virtual void SetCurrentLevel (SizeValueType _arg)
 

Additional Inherited Members

- Protected Member Functions inherited from itk::ProcessObject
 ProcessObject ()
 
 ~ProcessObject () override
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType idx, DataObject *input)
 
virtual void AddInput (DataObject *input)
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PopBackInput ()
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void PopFrontInput ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
virtual void SetPrimaryInput (DataObject *object)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredInputs () const
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
void SetRequiredInputNames (const NameArray &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName () const
 
DataObjectGetOutput (DataObjectPointerArraySizeType i)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType i) const
 
virtual void SetOutput (const DataObjectIdentifierType &name, DataObject *output)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
virtual void SetPrimaryOutput (DataObject *object)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output)
 
virtual void AddOutput (DataObject *output)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredOutputs () const
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
virtual void VerifyPreconditions () ITKv5_CONST
 
virtual void VerifyInputInformation () ITKv5_CONST
 
virtual void GenerateInputRequestedRegion ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
virtual void GenerateOutputInformation ()
 
virtual void PropagateResetPipeline ()
 
virtual void ReleaseInputs ()
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual bool GetThreaderUpdateProgress () const
 
virtual void ThreaderUpdateProgressOn ()
 
virtual void ThreaderUpdateProgressOff ()
 
virtual void SetThreaderUpdateProgress (bool arg)
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
 ~Object () override
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 
- Static Protected Member Functions inherited from itk::ProcessObject
static constexpr float progressFixedToFloat (uint32_t fixed)
 
static uint32_t progressFloatToFixed (float f)
 
- Protected Attributes inherited from itk::ProcessObject
bool m_Updating
 
TimeStamp m_OutputInformationMTime
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Detailed Description

template<typename TFixedImage, typename TMovingImage>
class itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >

Base class for multi-resolution image registration methods.

This class provides a generic interface for multi-resolution registration using components of the registration framework. See documentation for ImageRegistrationMethod for a description of the registration framework components.

The registration process is initiated by method Update(). The user must set the parameters of each component before calling this method.

The number of resolution level to process can be set via SetNumberOfLevels(). At each resolution level, the user specified registration components are used to register downsampled version of the images by computing the transform parameters that will map one image onto the other image.

A user can specify schedules for the fixed and moving image using SetSchedules() method. However, SetNumberOfLevels() and SetSchedules() should not be used together. An exception will be thrown if that happens.

The downsampled images are provided by user specified MultiResolutionPyramidImageFilters. User must specify the schedule for each pyramid externally prior to calling Update().

Warning
If there is discrepancy between the number of level requested and a pyramid schedule. The pyramid schedule will be overriden with a default one.

Before each resolution level an IterationEvent is invoked providing an opportunity for a user interface to change any of the components, change component parameters, or stop the registration.

This class is templated over the fixed image type and the moving image type.

See also
ImageRegistrationMethod
Examples
Examples/RegistrationITKv4/MultiResImageRegistration2.cxx, and Examples/RegistrationITKv4/MultiResImageRegistration3.cxx.

Definition at line 72 of file itkMultiResolutionImageRegistrationMethod.h.

Member Typedef Documentation

◆ ConstPointer

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::ConstPointer = SmartPointer<const Self>

Definition at line 81 of file itkMultiResolutionImageRegistrationMethod.h.

◆ DataObjectPointer

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::DataObjectPointer = typename DataObject::Pointer

Smart Pointer type to a DataObject.

Definition at line 135 of file itkMultiResolutionImageRegistrationMethod.h.

◆ DataObjectPointerArraySizeType

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType

Make a DataObject of the correct type to be used as the specified output.

Definition at line 224 of file itkMultiResolutionImageRegistrationMethod.h.

◆ FixedImageConstPointer

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::FixedImageConstPointer = typename FixedImageType::ConstPointer

Definition at line 91 of file itkMultiResolutionImageRegistrationMethod.h.

◆ FixedImagePyramidPointer

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::FixedImagePyramidPointer = typename FixedImagePyramidType::Pointer

Definition at line 121 of file itkMultiResolutionImageRegistrationMethod.h.

◆ FixedImagePyramidType

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::FixedImagePyramidType = MultiResolutionPyramidImageFilter<FixedImageType, FixedImageType>

Type of the Fixed image multiresolution pyramid.

Definition at line 120 of file itkMultiResolutionImageRegistrationMethod.h.

◆ FixedImageRegionType

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::FixedImageRegionType = typename FixedImageType::RegionType

Definition at line 92 of file itkMultiResolutionImageRegistrationMethod.h.

◆ FixedImageType

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::FixedImageType = TFixedImage

Type of the Fixed image.

Definition at line 90 of file itkMultiResolutionImageRegistrationMethod.h.

◆ InterpolatorPointer

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::InterpolatorPointer = typename InterpolatorType::Pointer

Definition at line 114 of file itkMultiResolutionImageRegistrationMethod.h.

◆ InterpolatorType

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::InterpolatorType = typename MetricType::InterpolatorType

Type of the Interpolator.

Definition at line 113 of file itkMultiResolutionImageRegistrationMethod.h.

◆ MetricPointer

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::MetricPointer = typename MetricType::Pointer

Definition at line 100 of file itkMultiResolutionImageRegistrationMethod.h.

◆ MetricType

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::MetricType = ImageToImageMetric<FixedImageType, MovingImageType>

Type of the metric.

Definition at line 99 of file itkMultiResolutionImageRegistrationMethod.h.

◆ MovingImageConstPointer

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::MovingImageConstPointer = typename MovingImageType::ConstPointer

Definition at line 96 of file itkMultiResolutionImageRegistrationMethod.h.

◆ MovingImagePyramidPointer

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::MovingImagePyramidPointer = typename MovingImagePyramidType::Pointer

Definition at line 128 of file itkMultiResolutionImageRegistrationMethod.h.

◆ MovingImagePyramidType

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::MovingImagePyramidType = MultiResolutionPyramidImageFilter<MovingImageType, MovingImageType>

Type of the moving image multiresolution pyramid.

Definition at line 127 of file itkMultiResolutionImageRegistrationMethod.h.

◆ MovingImageType

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::MovingImageType = TMovingImage

Type of the Moving image.

Definition at line 95 of file itkMultiResolutionImageRegistrationMethod.h.

◆ OptimizerType

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::OptimizerType = SingleValuedNonLinearOptimizer

Type of the optimizer.

Definition at line 117 of file itkMultiResolutionImageRegistrationMethod.h.

◆ ParametersType

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::ParametersType = typename MetricType::TransformParametersType

Type of the Transformation parameters This is the same type used to represent the search space of the optimization algorithm

Definition at line 132 of file itkMultiResolutionImageRegistrationMethod.h.

◆ Pointer

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::Pointer = SmartPointer<Self>

Definition at line 80 of file itkMultiResolutionImageRegistrationMethod.h.

◆ ScheduleType

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::ScheduleType = typename FixedImagePyramidType::ScheduleType

Type of pyramid schedule type

Definition at line 124 of file itkMultiResolutionImageRegistrationMethod.h.

◆ Self

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::Self = MultiResolutionImageRegistrationMethod

Standard class type aliases.

Definition at line 78 of file itkMultiResolutionImageRegistrationMethod.h.

◆ Superclass

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::Superclass = ProcessObject

Definition at line 79 of file itkMultiResolutionImageRegistrationMethod.h.

◆ TransformOutputConstPointer

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::TransformOutputConstPointer = typename TransformOutputType::ConstPointer

Definition at line 110 of file itkMultiResolutionImageRegistrationMethod.h.

◆ TransformOutputPointer

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::TransformOutputPointer = typename TransformOutputType::Pointer

Definition at line 109 of file itkMultiResolutionImageRegistrationMethod.h.

◆ TransformOutputType

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::TransformOutputType = DataObjectDecorator<TransformType>

Type for the output: Using Decorator pattern for enabling the Transform to be passed in the data pipeline

Definition at line 108 of file itkMultiResolutionImageRegistrationMethod.h.

◆ TransformPointer

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::TransformPointer = typename TransformType::Pointer

Definition at line 104 of file itkMultiResolutionImageRegistrationMethod.h.

◆ TransformType

template<typename TFixedImage, typename TMovingImage>
using itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::TransformType = typename MetricType::TransformType

Type of the Transform .

Definition at line 103 of file itkMultiResolutionImageRegistrationMethod.h.

Constructor & Destructor Documentation

◆ MultiResolutionImageRegistrationMethod()

template<typename TFixedImage, typename TMovingImage>
itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::MultiResolutionImageRegistrationMethod ( )
protected

Make a DataObject of the correct type to be used as the specified output.

◆ ~MultiResolutionImageRegistrationMethod()

template<typename TFixedImage, typename TMovingImage>
itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::~MultiResolutionImageRegistrationMethod ( )
overrideprotecteddefault

Make a DataObject of the correct type to be used as the specified output.

Member Function Documentation

◆ CreateAnother()

template<typename TFixedImage, typename TMovingImage>
virtual::itk::LightObject::Pointer itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::CreateAnother ( ) 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.

◆ GenerateData()

template<typename TFixedImage, typename TMovingImage>
void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GenerateData ( )
overrideprotectedvirtual

Method invoked by the pipeline in order to trigger the computation of the registration.

Reimplemented from itk::ProcessObject.

◆ GetCurrentLevel()

template<typename TFixedImage, typename TMovingImage>
virtual SizeValueType itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetCurrentLevel ( ) const
virtual

Get the current resolution level being processed.

◆ GetFixedImage()

template<typename TFixedImage, typename TMovingImage>
virtual const FixedImageType* itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetFixedImage ( ) const
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetFixedImagePyramid()

template<typename TFixedImage, typename TMovingImage>
virtual const FixedImagePyramidType* itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetFixedImagePyramid ( ) const
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetFixedImagePyramidSchedule()

template<typename TFixedImage, typename TMovingImage>
virtual ScheduleType itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetFixedImagePyramidSchedule ( ) const
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetFixedImageRegion()

template<typename TFixedImage, typename TMovingImage>
virtual const FixedImageRegionType& itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetFixedImageRegion ( ) const
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetInitialTransformParameters()

template<typename TFixedImage, typename TMovingImage>
virtual const ParametersType& itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetInitialTransformParameters ( ) const
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetInitialTransformParametersOfNextLevel()

template<typename TFixedImage, typename TMovingImage>
virtual const ParametersType& itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetInitialTransformParametersOfNextLevel ( ) const
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetInterpolator()

template<typename TFixedImage, typename TMovingImage>
virtual const InterpolatorType* itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetInterpolator ( ) const
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetLastTransformParameters()

template<typename TFixedImage, typename TMovingImage>
virtual const ParametersType& itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetLastTransformParameters ( ) const
virtual

Get the last transformation parameters visited by the optimizer.

◆ GetMetric()

template<typename TFixedImage, typename TMovingImage>
virtual const MetricType* itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetMetric ( ) const
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetModifiableFixedImagePyramid()

template<typename TFixedImage, typename TMovingImage>
virtual FixedImagePyramidType* itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetModifiableFixedImagePyramid ( )
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetModifiableInterpolator()

template<typename TFixedImage, typename TMovingImage>
virtual InterpolatorType* itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetModifiableInterpolator ( )
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetModifiableMetric()

template<typename TFixedImage, typename TMovingImage>
virtual MetricType* itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetModifiableMetric ( )
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetModifiableMovingImagePyramid()

template<typename TFixedImage, typename TMovingImage>
virtual MovingImagePyramidType* itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetModifiableMovingImagePyramid ( )
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetModifiableOptimizer()

template<typename TFixedImage, typename TMovingImage>
virtual OptimizerType* itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetModifiableOptimizer ( )
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetModifiableTransform()

template<typename TFixedImage, typename TMovingImage>
virtual TransformType* itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetModifiableTransform ( )
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetMovingImage()

template<typename TFixedImage, typename TMovingImage>
virtual const MovingImageType* itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetMovingImage ( ) const
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetMovingImagePyramid()

template<typename TFixedImage, typename TMovingImage>
virtual const MovingImagePyramidType* itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetMovingImagePyramid ( ) const
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetMovingImagePyramidSchedule()

template<typename TFixedImage, typename TMovingImage>
virtual ScheduleType itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetMovingImagePyramidSchedule ( ) const
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetMTime()

template<typename TFixedImage, typename TMovingImage>
ModifiedTimeType itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetMTime ( ) const
overridevirtual

Method to return the latest modified time of this object or any of its cached ivars

Reimplemented from itk::Object.

◆ GetNameOfClass()

template<typename TFixedImage, typename TMovingImage>
virtual const char* itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ProcessObject.

◆ GetNumberOfLevels()

template<typename TFixedImage, typename TMovingImage>
virtual SizeValueType itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetNumberOfLevels ( ) const
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetOptimizer()

template<typename TFixedImage, typename TMovingImage>
virtual const OptimizerType* itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetOptimizer ( ) const
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ GetOutput()

template<typename TFixedImage, typename TMovingImage>
const TransformOutputType* itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetOutput ( ) const

Returns the transform resulting from the registration process

◆ GetTransform()

template<typename TFixedImage, typename TMovingImage>
virtual const TransformType* itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetTransform ( ) const
virtual

Make a DataObject of the correct type to be used as the specified output.

◆ Initialize()

template<typename TFixedImage, typename TMovingImage>
void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::Initialize ( )
protected

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

◆ MakeOutput()

template<typename TFixedImage, typename TMovingImage>
DataObjectPointer itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::MakeOutput ( DataObjectPointerArraySizeType  output)
overridevirtual

Make a DataObject of the correct type to be used as the specified output.

Reimplemented from itk::ProcessObject.

◆ New()

template<typename TFixedImage, typename TMovingImage>
static Pointer itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::New ( )
static

Method for creation through the object factory.

◆ PreparePyramids()

template<typename TFixedImage, typename TMovingImage>
void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::PreparePyramids ( )
protected

Compute the size of the fixed region for each level of the pyramid.

◆ PrintSelf()

template<typename TFixedImage, typename TMovingImage>
void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

Make a DataObject of the correct type to be used as the specified output.

Reimplemented from itk::ProcessObject.

◆ SetCurrentLevel()

template<typename TFixedImage, typename TMovingImage>
virtual void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::SetCurrentLevel ( SizeValueType  _arg)
protectedvirtual

Set the current level to be processed

◆ SetFixedImage()

template<typename TFixedImage, typename TMovingImage>
virtual void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::SetFixedImage ( const FixedImageType _arg)
virtual

Set/Get the Fixed image.

◆ SetFixedImagePyramid()

template<typename TFixedImage, typename TMovingImage>
virtual void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::SetFixedImagePyramid ( FixedImagePyramidType _arg)
virtual

Set/Get the Fixed image pyramid.

◆ SetFixedImageRegion()

template<typename TFixedImage, typename TMovingImage>
virtual void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::SetFixedImageRegion ( FixedImageRegionType  _arg)
virtual

Set/Get the Metric.

◆ SetInitialTransformParameters()

template<typename TFixedImage, typename TMovingImage>
virtual void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::SetInitialTransformParameters ( ParametersType  _arg)
virtual

Set/Get the initial transformation parameters.

◆ SetInitialTransformParametersOfNextLevel()

template<typename TFixedImage, typename TMovingImage>
virtual void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::SetInitialTransformParametersOfNextLevel ( ParametersType  _arg)
virtual

Set/Get the initial transformation parameters of the next resolution level to be processed. The default is the last set of parameters of the last resolution level.

◆ SetInterpolator()

template<typename TFixedImage, typename TMovingImage>
virtual void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::SetInterpolator ( InterpolatorType _arg)
virtual

Set/Get the Interpolator.

◆ SetMetric()

template<typename TFixedImage, typename TMovingImage>
virtual void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::SetMetric ( MetricType _arg)
virtual

Set/Get the Metric.

◆ SetMovingImage()

template<typename TFixedImage, typename TMovingImage>
virtual void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::SetMovingImage ( const MovingImageType _arg)
virtual

Set/Get the Moving image.

◆ SetMovingImagePyramid()

template<typename TFixedImage, typename TMovingImage>
virtual void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::SetMovingImagePyramid ( MovingImagePyramidType _arg)
virtual

Set/Get the Moving image pyramid.

◆ SetNumberOfLevels()

template<typename TFixedImage, typename TMovingImage>
void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::SetNumberOfLevels ( SizeValueType  numberOfLevels)

Set/Get the number of multi-resolution levels.

◆ SetOptimizer()

template<typename TFixedImage, typename TMovingImage>
virtual void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::SetOptimizer ( OptimizerType _arg)
virtual

Set/Get the Optimizer.

◆ SetSchedules()

template<typename TFixedImage, typename TMovingImage>
void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::SetSchedules ( const ScheduleType fixedImagePyramidSchedule,
const ScheduleType movingImagePyramidSchedule 
)

Set/Get the schedules .

◆ SetTransform()

template<typename TFixedImage, typename TMovingImage>
virtual void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::SetTransform ( TransformType _arg)
virtual

Set/Get the Transfrom.

◆ StopRegistration()

template<typename TFixedImage, typename TMovingImage>
void itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::StopRegistration ( )

Method to stop the registration.

Member Data Documentation

◆ m_CurrentLevel

template<typename TFixedImage, typename TMovingImage>
SizeValueType itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_CurrentLevel
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 280 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_FixedImage

template<typename TFixedImage, typename TMovingImage>
FixedImageConstPointer itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_FixedImage
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 264 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_FixedImagePyramid

template<typename TFixedImage, typename TMovingImage>
FixedImagePyramidPointer itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_FixedImagePyramid
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 270 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_FixedImagePyramidSchedule

template<typename TFixedImage, typename TMovingImage>
ScheduleType itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_FixedImagePyramidSchedule
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 284 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_FixedImageRegion

template<typename TFixedImage, typename TMovingImage>
FixedImageRegionType itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_FixedImageRegion
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 276 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_FixedImageRegionPyramid

template<typename TFixedImage, typename TMovingImage>
std::vector<FixedImageRegionType> itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_FixedImageRegionPyramid
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 277 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_InitialTransformParameters

template<typename TFixedImage, typename TMovingImage>
ParametersType itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_InitialTransformParameters
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 272 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_InitialTransformParametersOfNextLevel

template<typename TFixedImage, typename TMovingImage>
ParametersType itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_InitialTransformParametersOfNextLevel
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 273 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_Interpolator

template<typename TFixedImage, typename TMovingImage>
InterpolatorPointer itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_Interpolator
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 267 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_LastTransformParameters

template<typename TFixedImage, typename TMovingImage>
ParametersType itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_LastTransformParameters
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 274 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_Metric

template<typename TFixedImage, typename TMovingImage>
MetricPointer itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_Metric
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 257 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_MovingImage

template<typename TFixedImage, typename TMovingImage>
MovingImageConstPointer itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_MovingImage
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 263 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_MovingImagePyramid

template<typename TFixedImage, typename TMovingImage>
MovingImagePyramidPointer itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_MovingImagePyramid
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 269 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_MovingImagePyramidSchedule

template<typename TFixedImage, typename TMovingImage>
ScheduleType itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_MovingImagePyramidSchedule
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 285 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_NumberOfLevels

template<typename TFixedImage, typename TMovingImage>
SizeValueType itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_NumberOfLevels
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 279 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_NumberOfLevelsSpecified

template<typename TFixedImage, typename TMovingImage>
bool itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_NumberOfLevelsSpecified
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 288 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_Optimizer

template<typename TFixedImage, typename TMovingImage>
OptimizerType::Pointer itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_Optimizer
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 261 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_ScheduleSpecified

template<typename TFixedImage, typename TMovingImage>
bool itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_ScheduleSpecified
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 287 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_Stop

template<typename TFixedImage, typename TMovingImage>
bool itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_Stop
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 282 of file itkMultiResolutionImageRegistrationMethod.h.

◆ m_Transform

template<typename TFixedImage, typename TMovingImage>
TransformPointer itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::m_Transform
private

Make a DataObject of the correct type to be used as the specified output.

Definition at line 266 of file itkMultiResolutionImageRegistrationMethod.h.


The documentation for this class was generated from the following file: