ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | 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 >:

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/RegistrationITKv3/MultiResImageRegistration1.cxx, Examples/RegistrationITKv3/MultiResImageRegistration2.cxx, Examples/RegistrationITKv3/MultiResImageRegistration3.cxx, Examples/RegistrationITKv4/MultiResImageRegistration2.cxx, and Examples/RegistrationITKv4/MultiResImageRegistration3.cxx.

Definition at line 72 of file itkMultiResolutionImageRegistrationMethod.h.

Public Types

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

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual SizeValueType GetCurrentLevel () const
 
virtual ScheduleType GetFixedImagePyramidSchedule () const
 
virtual const ParametersTypeGetLastTransformParameters () const
 
virtual ScheduleType GetMovingImagePyramidSchedule () const
 
virtual ModifiedTimeType GetMTime () const override
 
virtual const char * GetNameOfClass () const
 
virtual SizeValueType GetNumberOfLevels () const
 
const TransformOutputTypeGetOutput () const
 
virtual DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx) override
 
void SetNumberOfLevels (SizeValueType numberOfLevels)
 
void SetSchedules (const ScheduleType &fixedSchedule, const ScheduleType &movingSchedule)
 
void StopRegistration ()
 
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
FixedImageRegionType
GetFixedImageRegion () 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
FixedImagePyramidType
GetFixedImagePyramid () const
 
virtual void SetMovingImagePyramid (MovingImagePyramidType *_arg)
 
virtual MovingImagePyramidTypeGetModifiableMovingImagePyramid ()
 
virtual const
MovingImagePyramidType
GetMovingImagePyramid () const
 
virtual void SetInitialTransformParameters (ParametersType _arg)
 
virtual const ParametersTypeGetInitialTransformParameters () const
 
virtual void SetInitialTransformParametersOfNextLevel (ParametersType _arg)
 
virtual const ParametersTypeGetInitialTransformParametersOfNextLevel () const
 
- 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 ()
 
MultiThreaderTypeGetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual const float & GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual void PrepareOutputs ()
 
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)
 
void SetProgress (float progress)
 
virtual void SetReleaseDataFlag (bool flag)
 
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 SetNumberOfThreads (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfThreads () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) 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
 
virtual void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexceptoverride
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
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 flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Protected Member Functions

virtual void GenerateData () override
 
void Initialize ()
 
 MultiResolutionImageRegistrationMethod ()
 
void PreparePyramids ()
 
virtual void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual void SetCurrentLevel (SizeValueType _arg)
 
virtual ~MultiResolutionImageRegistrationMethod () override
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void AddOutput (DataObject *output)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateInputRequestedRegion ()
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs () const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
 itkLegacyMacro (virtual void RemoveOutput(DataObject *output))
 
 itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
 
 itkLegacyMacro (virtual void RemoveInput(DataObject *input))
 
 itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num))
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
virtual void PopBackInput ()
 
virtual void PopFrontInput ()
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType num, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *input)
 
virtual void SetPrimaryOutput (DataObject *output)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyInputInformation ()
 
virtual void VerifyPreconditions ()
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName (void) const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName (void) const
 
DataObjectGetOutput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object () override
 
- 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 ()
 

Private Attributes

SizeValueType m_CurrentLevel
 
FixedImageConstPointer m_FixedImage
 
FixedImagePyramidPointer m_FixedImagePyramid
 
ScheduleType m_FixedImagePyramidSchedule
 
FixedImageRegionType m_FixedImageRegion
 
std::vector< FixedImageRegionTypem_FixedImageRegionPyramid
 
ParametersType m_InitialTransformParameters
 
ParametersType m_InitialTransformParametersOfNextLevel
 
InterpolatorPointer m_Interpolator
 
ParametersType m_LastTransformParameters
 
MetricPointer m_Metric
 
MovingImageConstPointer m_MovingImage
 
MovingImagePyramidPointer m_MovingImagePyramid
 
ScheduleType m_MovingImagePyramidSchedule
 
SizeValueType m_NumberOfLevels
 
bool m_NumberOfLevelsSpecified
 
OptimizerType::Pointer m_Optimizer
 
bool m_ScheduleSpecified
 
bool m_Stop
 
TransformPointer m_Transform
 

Additional Inherited Members

- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

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

Definition at line 79 of file itkMultiResolutionImageRegistrationMethod.h.

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

Smart Pointer type to a DataObject.

Definition at line 133 of file itkMultiResolutionImageRegistrationMethod.h.

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

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

Definition at line 219 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 89 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 119 of file itkMultiResolutionImageRegistrationMethod.h.

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

Type of the Fixed image multiresolution pyramid.

Definition at line 118 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 90 of file itkMultiResolutionImageRegistrationMethod.h.

template<typename TFixedImage , typename TMovingImage >
typedef TFixedImage itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::FixedImageType

Type of the Fixed image.

Definition at line 85 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 112 of file itkMultiResolutionImageRegistrationMethod.h.

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

Type of the Interpolator.

Definition at line 111 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 98 of file itkMultiResolutionImageRegistrationMethod.h.

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

Type of the metric.

Definition at line 97 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 94 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 126 of file itkMultiResolutionImageRegistrationMethod.h.

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

Type of the moving image multiresolution pyramid.

Definition at line 125 of file itkMultiResolutionImageRegistrationMethod.h.

template<typename TFixedImage , typename TMovingImage >
typedef TMovingImage itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::MovingImageType

Type of the Moving image.

Definition at line 93 of file itkMultiResolutionImageRegistrationMethod.h.

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

Type of the optimizer.

Definition at line 115 of file itkMultiResolutionImageRegistrationMethod.h.

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

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

Definition at line 130 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 78 of file itkMultiResolutionImageRegistrationMethod.h.

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

Type of pyramid schedule type

Definition at line 122 of file itkMultiResolutionImageRegistrationMethod.h.

template<typename TFixedImage , typename TMovingImage >
typedef MultiResolutionImageRegistrationMethod itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::Self

Standard class typedefs.

Definition at line 76 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 77 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 108 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 107 of file itkMultiResolutionImageRegistrationMethod.h.

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

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

Definition at line 106 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 102 of file itkMultiResolutionImageRegistrationMethod.h.

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

Type of the Transform .

Definition at line 101 of file itkMultiResolutionImageRegistrationMethod.h.

Constructor & Destructor Documentation

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

Definition at line 244 of file itkMultiResolutionImageRegistrationMethod.h.

Member Function Documentation

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.

template<typename TFixedImage , typename TMovingImage >
virtual 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.

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

Get the current resolution level being processed.

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

Set/Get the Fixed image.

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

Set/Get the Fixed image pyramid.

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

Set/Get the Metric.

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

Set/Get the initial transformation parameters.

template<typename TFixedImage , typename TMovingImage >
virtual const ParametersType& itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetInitialTransformParametersOfNextLevel ( ) const
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.

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

Set/Get the Interpolator.

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

Get the last transformation parameters visited by the optimizer.

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

Set/Get the Metric.

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

Set/Get the Fixed image pyramid.

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

Set/Get the Interpolator.

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

Set/Get the Metric.

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

Set/Get the Moving image pyramid.

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

Set/Get the Optimizer.

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

Set/Get the Transfrom.

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

Set/Get the Moving image.

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

Set/Get the Moving image pyramid.

template<typename TFixedImage , typename TMovingImage >
virtual ScheduleType itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >::GetMovingImagePyramidSchedule ( ) const
virtual
template<typename TFixedImage , typename TMovingImage >
virtual 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.

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.

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

Set/Get the Optimizer.

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

Returns the transform resulting from the registration process

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

Set/Get the Transfrom.

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

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

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.

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

Method for creation through the object factory.

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.

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

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::ProcessObject.

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

Set the current level to be processed

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

Set/Get the Fixed image.

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

Set/Get the Fixed image pyramid.

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

Set/Get the Metric.

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

Set/Get the initial transformation parameters.

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.

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

Set/Get the Interpolator.

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

Set/Get the Metric.

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

Set/Get the Moving image.

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

Set/Get the Moving image pyramid.

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

Set/Get the number of multi-resolution levels.

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

Set/Get the Optimizer.

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

Set/Get the schedules .

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

Set/Get the Transfrom.

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

Method to stop the registration.

Member Data Documentation

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

Definition at line 286 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 270 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 276 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 290 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 282 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 283 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 278 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 279 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 273 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 280 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 261 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 269 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 275 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 291 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 285 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 294 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 267 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 293 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 288 of file itkMultiResolutionImageRegistrationMethod.h.

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

Definition at line 272 of file itkMultiResolutionImageRegistrationMethod.h.


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