ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | List of all members
itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType > Class Template Reference

#include <itkVariationalRegistrationMultiResolutionFilter.h>

+ Inheritance diagram for itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >:
+ Collaboration diagram for itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >:

Detailed Description

template<typename TFixedImage, typename TMovingImage, typename TDisplacementField, typename TRealType = float>
class itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >

Framework for performing multi-resolution variational registration.

VariationalRegistrationMultiResolutionFilter provides a generic framework to perform multi-resolution variational registration.

At each resolution level a VariationalRegistrationFilter is used to register two images by computing the deformation field which will map a moving image onto a fixed image.

A displacement field is represented as an image whose pixel type is some vector type with at least N elements, where N is the dimension of the fixed image. The vector type must support element access via operator []. It is assumed that the vector elements behave like floating point scalars.

The internal VariationalRegistrationFilter can be set using SetRegistrationFilter. By default the standard VariationalRegistrationFilter is used.

The input fixed and moving images are set via methods SetFixedImage and SetMovingImage respectively.

The input and output of the filter can be set via SetInput() or SetInitialField() and is interpreted either as a displacement field (standard registration) or velocity field (diffeomorphic registration). The same is true for the outpur field returned by GetOutput() or GetOutputField(). However, GetDisplacementField() always returns the corresponding displacement field.

MultiResolutionPyramidImageFilter are used to downsample the fixed and moving images. A VectorExpandImageFilter is used to upsample the deformation as we move from a coarse to fine solution.

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

Warning
This class assumes that the fixed, moving and deformation field image types all have the same number of dimensions.
See Also
MultiResolutionPyramidImageFilter
VectorExpandImageFilter
Note
This class was developed with funding from the German Research Foundation (DFG: EH 224/3-1 and HA 235/9-1).
Author
Alexander Schmidt-Richberg
Rene Werner
Jan Ehrhardt

Definition at line 81 of file itkVariationalRegistrationMultiResolutionFilter.h.

Public Types

using ConstPointer = SmartPointer< const Self >
 
using DefaultRegistrationType = VariationalRegistrationFilter< FixedImageType, MovingImageType, DisplacementFieldType >
 
using DisplacementFieldPointer = typename DisplacementFieldType::Pointer
 
using DisplacementFieldType = TDisplacementField
 
using FieldExpanderPointer = typename FieldExpanderType::Pointer
 
using FieldExpanderType = VectorResampleImageFilter< DisplacementFieldType, DisplacementFieldType >
 
using FixedImageConstPointer = typename FixedImageType::ConstPointer
 
using FixedImagePointer = typename FixedImageType::Pointer
 
using FixedImagePyramidPointer = typename FixedImagePyramidType::Pointer
 
using FixedImagePyramidType = MultiResolutionPyramidImageFilter< FixedImageType, FixedImageType >
 
using FixedImageType = TFixedImage
 
using FloatImageType = Image< TRealType, itkGetStaticConstMacro(ImageDimension) >
 
using MaskImageConstPointer = typename MaskImageType::ConstPointer
 
using MaskImagePixelType = unsigned char
 
using MaskImagePointer = typename MaskImageType::Pointer
 
using MaskImagePyramidPointer = typename MaskImagePyramidType::Pointer
 
using MaskImagePyramidType = MultiResolutionPyramidImageFilter< FloatImageType, FloatImageType >
 
using MaskImageType = Image< MaskImagePixelType, ImageDimension >
 
using MovingImageConstPointer = typename MovingImageType::ConstPointer
 
using MovingImagePointer = typename MovingImageType::Pointer
 
using MovingImagePyramidPointer = typename MovingImagePyramidType::Pointer
 
using MovingImagePyramidType = MultiResolutionPyramidImageFilter< MovingImageType, MovingImageType >
 
using MovingImageType = TMovingImage
 
using NumberOfIterationsType = Array< unsigned int >
 
using Pointer = SmartPointer< Self >
 
using RegistrationPointer = typename RegistrationType::Pointer
 
using RegistrationType = VariationalRegistrationFilter< FixedImageType, MovingImageType, DisplacementFieldType >
 
using Self = VariationalRegistrationMultiResolutionFilter
 
using Superclass = ImageToImageFilter< TDisplacementField, TDisplacementField >
 
- Public Types inherited from itk::ImageToImageFilter< TDisplacementField, TDisplacementField >
using ConstPointer = SmartPointer< const Self >
 
using InputImageConstPointer = typename InputImageType::ConstPointer
 
using InputImagePixelType = typename InputImageType::PixelType
 
using InputImagePointer = typename InputImageType::Pointer
 
using InputImageRegionType = typename InputImageType::RegionType
 
using InputImageType = TDisplacementField
 
using OutputImagePixelType = typename Superclass::OutputImagePixelType
 
using OutputImageRegionType = typename Superclass::OutputImageRegionType
 
using Pointer = SmartPointer< Self >
 
using Self = ImageToImageFilter
 
using Superclass = ImageSource< TDisplacementField >
 
- Public Types inherited from itk::ImageSource< TDisplacementField >
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = Superclass::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType
 
using OutputImagePixelType = typename OutputImageType::PixelType
 
using OutputImagePointer = typename OutputImageType::Pointer
 
using OutputImageRegionType = typename OutputImageType::RegionType
 
using OutputImageType = TDisplacementField
 
using Pointer = SmartPointer< Self >
 
using Self = ImageSource
 
using Superclass = ProcessObject
 
- 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
DisplacementFieldType
GetDisplacementField () const
 
virtual const unsigned int & GetElapsedLevels () const
 
virtual const FieldExpanderTypeGetFieldExpander () const
 
const FixedImageTypeGetFixedImage (void) const
 
virtual const
FixedImagePyramidType
GetFixedImagePyramid () const
 
const DisplacementFieldTypeGetInitialField (void)
 
const MaskImageTypeGetMaskImage (void) const
 
virtual const
MaskImagePyramidType
GetMaskImagePyramid () const
 
virtual DisplacementFieldTypeGetModifiableDisplacementField ()
 
const MovingImageTypeGetMovingImage (void) const
 
virtual const
MovingImagePyramidType
GetMovingImagePyramid () const
 
virtual const char * GetNameOfClass () const
 
virtual const
NumberOfIterationsType
GetNumberOfIterations () const
 
virtual const unsigned int & GetNumberOfLevels () const
 
std::vector< SmartPointer
< DataObject > >::size_type 
GetNumberOfValidRequiredInputs () const override
 
const DisplacementFieldTypeGetOutputField (void)
 
virtual const RegistrationTypeGetRegistrationFilter () const
 
virtual void SetFieldExpander (FieldExpanderType *_arg)
 
virtual void SetFixedImage (const FixedImageType *ptr)
 
virtual void SetFixedImagePyramid (FixedImagePyramidType *_arg)
 
virtual void SetInitialField (DisplacementFieldType *ptr)
 
void SetMaskImage (const MaskImageType *ptr)
 
virtual void SetMaskImagePyramid (MaskImagePyramidType *_arg)
 
virtual void SetMovingImage (const MovingImageType *ptr)
 
virtual void SetMovingImagePyramid (MovingImagePyramidType *_arg)
 
virtual void SetNumberOfIterations (NumberOfIterationsType _arg)
 
virtual void SetNumberOfIterations (unsigned int data[])
 
virtual void SetNumberOfLevels (unsigned int num)
 
virtual void SetRegistrationFilter (RegistrationType *_arg)
 
virtual void StopRegistration ()
 
- Public Member Functions inherited from itk::ImageToImageFilter< TDisplacementField, TDisplacementField >
const InputImageTypeGetInput () const
 
const InputImageTypeGetInput (unsigned int idx) const
 
void PopBackInput () override
 
void PopFrontInput () override
 
virtual void PushBackInput (const InputImageType *image)
 
virtual void PushFrontInput (const InputImageType *image)
 
virtual void SetInput (const InputImageType *image)
 
virtual void SetInput (unsigned int, const TDisplacementField *image)
 
virtual void SetCoordinateTolerance (double _arg)
 
virtual double GetCoordinateTolerance () const
 
virtual void SetDirectionTolerance (double _arg)
 
virtual double GetDirectionTolerance () const
 
- Public Member Functions inherited from itk::ImageSource< TDisplacementField >
OutputImageTypeGetOutput (unsigned int idx)
 
OutputImageTypeGetOutput ()
 
const OutputImageTypeGetOutput () const
 
virtual void GraftOutput (DataObject *output)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
 
ProcessObject::DataObjectPointer MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override
 
ProcessObject::DataObjectPointer MakeOutput (const ProcessObject::DataObjectIdentifierType &) override
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
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
 
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 void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (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 SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () 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 ModifiedTimeType GetMTime () 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 noexceptoverride
 
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
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 ()
 

Static Public Attributes

static constexpr unsigned int ImageDimension = FixedImageType::ImageDimension
 
- Static Public Attributes inherited from itk::ImageToImageFilter< TDisplacementField, TDisplacementField >
static constexpr unsigned int InputImageDimension
 
static constexpr unsigned int OutputImageDimension
 
- Static Public Attributes inherited from itk::ImageSource< TDisplacementField >
static constexpr unsigned int OutputImageDimension
 

Protected Member Functions

void EnlargeOutputRequestedRegion (DataObject *ptr) override
 
void GenerateData () override
 
void GenerateInputRequestedRegion () override
 
void GenerateOutputInformation () override
 
virtual bool Halt ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 VariationalRegistrationMultiResolutionFilter ()
 
 ~VariationalRegistrationMultiResolutionFilter () override
 
- Protected Member Functions inherited from itk::ImageToImageFilter< TDisplacementField, TDisplacementField >
virtual void CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion)
 
virtual void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion)
 
void GenerateInputRequestedRegion () override
 
 ImageToImageFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
void VerifyInputInformation () ITKv5_CONST override
 
 ~ImageToImageFilter () override
 
void PushBackInput (const DataObject *input) override
 
void PushFrontInput (const DataObject *input) override
 
- Protected Member Functions inherited from itk::ImageSource< TDisplacementField >
virtual void AfterThreadedGenerateData ()
 
virtual void AllocateOutputs ()
 
virtual void BeforeThreadedGenerateData ()
 
void ClassicMultiThread (ThreadFunctionType callbackFunction)
 
void GenerateData () override
 
virtual const
ImageRegionSplitterBase
GetImageRegionSplitter () const
 
 ImageSource ()
 
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int pieces, OutputImageRegionType &splitRegion)
 
 ~ImageSource () override=default
 
virtual void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
 
virtual void DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread)
 
virtual bool GetDynamicMultiThreading () const
 
virtual void SetDynamicMultiThreading (bool _arg)
 
virtual void DynamicMultiThreadingOn ()
 
virtual void DynamicMultiThreadingOff ()
 
- 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 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
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
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 VerifyPreconditions () ITKv5_CONST
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName () 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)
 
 ~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

DisplacementFieldPointer m_DisplacementField
 
unsigned int m_ElapsedLevels
 
FieldExpanderPointer m_FieldExpander
 
FixedImagePyramidPointer m_FixedImagePyramid
 
MaskImagePyramidPointer m_MaskImagePyramid
 
MovingImagePyramidPointer m_MovingImagePyramid
 
NumberOfIterationsType m_NumberOfIterations
 
unsigned int m_NumberOfLevels
 
RegistrationPointer m_RegistrationFilter
 
bool m_StopRegistrationFlag
 

Additional Inherited Members

- Protected Types inherited from itk::ImageToImageFilter< TDisplacementField, TDisplacementField >
using InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension >
 
using OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension >
 
- Static Protected Member Functions inherited from itk::ImageSource< TDisplacementField >
static const
ImageRegionSplitterBase
GetGlobalDefaultSplitter ()
 
static
ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION 
ThreaderCallback (void *arg)
 
- Protected Attributes inherited from itk::ImageSource< TDisplacementField >
bool m_DynamicMultiThreading
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::ConstPointer = SmartPointer< const Self >
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::DefaultRegistrationType = VariationalRegistrationFilter< FixedImageType, MovingImageType, DisplacementFieldType >

The default registration type.

Definition at line 130 of file itkVariationalRegistrationMultiResolutionFilter.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::DisplacementFieldPointer = typename DisplacementFieldType::Pointer
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::DisplacementFieldType = TDisplacementField

Deformation field image type.

Definition at line 110 of file itkVariationalRegistrationMultiResolutionFilter.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::FieldExpanderPointer = typename FieldExpanderType::Pointer
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::FieldExpanderType = VectorResampleImageFilter< DisplacementFieldType, DisplacementFieldType >

The deformation field expander type.

Definition at line 145 of file itkVariationalRegistrationMultiResolutionFilter.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::FixedImageConstPointer = typename FixedImageType::ConstPointer
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::FixedImagePointer = typename FixedImageType::Pointer
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::FixedImagePyramidPointer = typename FixedImagePyramidType::Pointer
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::FixedImagePyramidType = MultiResolutionPyramidImageFilter< FixedImageType, FixedImageType >

The fixed multi-resolution image pyramid type.

Definition at line 133 of file itkVariationalRegistrationMultiResolutionFilter.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::FixedImageType = TFixedImage

Fixed image type.

Definition at line 100 of file itkVariationalRegistrationMultiResolutionFilter.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::FloatImageType = Image< TRealType, itkGetStaticConstMacro(ImageDimension) >

Internal float image type.

Definition at line 123 of file itkVariationalRegistrationMultiResolutionFilter.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::MaskImageConstPointer = typename MaskImageType::ConstPointer
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::MaskImagePixelType = unsigned char

MovingImage image type.

Definition at line 117 of file itkVariationalRegistrationMultiResolutionFilter.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::MaskImagePointer = typename MaskImageType::Pointer
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::MaskImagePyramidPointer = typename MaskImagePyramidType::Pointer
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::MaskImagePyramidType = MultiResolutionPyramidImageFilter< FloatImageType, FloatImageType >

The mask multi-resolution image pyramid type.

Definition at line 141 of file itkVariationalRegistrationMultiResolutionFilter.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::MaskImageType = Image< MaskImagePixelType, ImageDimension >
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::MovingImageConstPointer = typename MovingImageType::ConstPointer
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::MovingImagePointer = typename MovingImageType::Pointer
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::MovingImagePyramidPointer = typename MovingImagePyramidType::Pointer
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::MovingImagePyramidType = MultiResolutionPyramidImageFilter< MovingImageType, MovingImageType >

The moving multi-resolution image pyramid type.

Definition at line 137 of file itkVariationalRegistrationMultiResolutionFilter.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::MovingImageType = TMovingImage

Moving image type.

Definition at line 105 of file itkVariationalRegistrationMultiResolutionFilter.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::NumberOfIterationsType = Array< unsigned int >

Array containing the number of iterations.

Definition at line 149 of file itkVariationalRegistrationMultiResolutionFilter.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::Pointer = SmartPointer< Self >
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::RegistrationPointer = typename RegistrationType::Pointer
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::RegistrationType = VariationalRegistrationFilter< FixedImageType, MovingImageType, DisplacementFieldType >

The internal registration type.

Definition at line 126 of file itkVariationalRegistrationMultiResolutionFilter.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::Self = VariationalRegistrationMultiResolutionFilter

Standard class type alias

Definition at line 88 of file itkVariationalRegistrationMultiResolutionFilter.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
using itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::Superclass = ImageToImageFilter< TDisplacementField, TDisplacementField >

Constructor & Destructor Documentation

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::VariationalRegistrationMultiResolutionFilter ( )
protected
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::~VariationalRegistrationMultiResolutionFilter ( )
inlineoverrideprotected

Member Function Documentation

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual::itk::LightObject::Pointer itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::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 , typename TDisplacementField , typename TRealType = float>
void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::EnlargeOutputRequestedRegion ( DataObject ptr)
overrideprotectedvirtual

The current implementation of this class does not supprot streaming. As such it produces the output for the largest possible region.

Reimplemented from itk::ProcessObject.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GenerateData ( )
overrideprotectedvirtual

Generate output data by performing the registration at each resolution level.

Reimplemented from itk::ProcessObject.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GenerateInputRequestedRegion ( )
overrideprotectedvirtual

The current implementation of this class does not support streaming. As such it requires the largest possible region for the moving, fixed and input deformation field.

Reimplemented from itk::ProcessObject.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GenerateOutputInformation ( )
overrideprotectedvirtual

By default, the output deformation field has the same spacing, origin and LargestPossibleRegion as the input/initial deformation field.

If the initial deformation field is not set, the output information is copied from the fixed image.

Reimplemented from itk::ProcessObject.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual const DisplacementFieldType* itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetDisplacementField ( ) const
virtual
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual const unsigned int& itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetElapsedLevels ( ) const
virtual

Get the number of elapsed resolution levels.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual const FieldExpanderType* itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetFieldExpander ( ) const
virtual

Get the moving image pyramid.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
const FixedImageType* itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetFixedImage ( void  ) const

Get the fixed image.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual const FixedImagePyramidType* itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetFixedImagePyramid ( ) const
virtual

Get the fixed image pyramid.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
const DisplacementFieldType* itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetInitialField ( void  )
inline

Get the initial field. The field is either a displacement field (standard registration) or velocity field (diffeomorphic registration).

Definition at line 178 of file itkVariationalRegistrationMultiResolutionFilter.h.

References itk::ImageToImageFilter< TDisplacementField, TDisplacementField >::GetInput().

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
const MaskImageType* itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetMaskImage ( void  ) const

Get the mask image.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual const MaskImagePyramidType* itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetMaskImagePyramid ( ) const
virtual

Get the mask image pyramid.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual DisplacementFieldType* itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetModifiableDisplacementField ( )
virtual

Get the output displacement field provided by the registration filter.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
const MovingImageType* itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetMovingImage ( void  ) const

Get the moving image.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual const MovingImagePyramidType* itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetMovingImagePyramid ( ) const
virtual

Get the moving image pyramid.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual const char* itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ImageToImageFilter< TDisplacementField, TDisplacementField >.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual const NumberOfIterationsType& itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetNumberOfIterations ( ) const
virtual

Get number of iterations per multi-resolution levels.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual const unsigned int& itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetNumberOfLevels ( ) const
virtual

Get number of multi-resolution levels.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
std::vector< SmartPointer<DataObject> >::size_type itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetNumberOfValidRequiredInputs ( ) const
overridevirtual

Get the number of valid inputs. For VariationalRegistrationMultiResolutionFilter, this checks whether the fixed and moving images have been set. While VariationalRegistrationMultiResolutionFilter can take a third input as an initial deformation field, this input is not a required input.

Reimplemented from itk::ProcessObject.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
const DisplacementFieldType* itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetOutputField ( void  )
inline

Get the output field. The field is either a displacement field (standard registration) or velocity field (diffeomorphic registration).

Definition at line 183 of file itkVariationalRegistrationMultiResolutionFilter.h.

References itk::ImageSource< TDisplacementField >::GetOutput().

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual const RegistrationType* itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::GetRegistrationFilter ( ) const
virtual

Get the internal registration filter.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual bool itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::Halt ( )
protectedvirtual

This method returns true to indicate that the registration should terminate at the current resolution level.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
static Pointer itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::New ( )
static

Method for creation through the object factory.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

Print information about the filter.

Reimplemented from itk::ProcessObject.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::SetFieldExpander ( FieldExpanderType _arg)
virtual

Set the moving image pyramid.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::SetFixedImage ( const FixedImageType ptr)
virtual

Set the fixed image.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::SetFixedImagePyramid ( FixedImagePyramidType _arg)
virtual

Set the fixed image pyramid.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::SetInitialField ( DisplacementFieldType ptr)
inlinevirtual

Set initial field, which will be smoothed and scaled to the size of the coarsest level. The field is interpreted either as displacement field (standard registration) or velocity field (diffeomorphic registration).

Definition at line 173 of file itkVariationalRegistrationMultiResolutionFilter.h.

References itk::ImageToImageFilter< TDisplacementField, TDisplacementField >::SetInput().

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::SetMaskImage ( const MaskImageType ptr)

Set the mask image.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::SetMaskImagePyramid ( MaskImagePyramidType _arg)
virtual

Set the mask image pyramid.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::SetMovingImage ( const MovingImageType ptr)
virtual

Set the moving image.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::SetMovingImagePyramid ( MovingImagePyramidType _arg)
virtual

Set the moving image pyramid.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::SetNumberOfIterations ( NumberOfIterationsType  _arg)
virtual

Set number of iterations per multi-resolution levels.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::SetNumberOfIterations ( unsigned int  data[])
virtual

Set number of iterations per multi-resolution levels to the same value in each dimension.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::SetNumberOfLevels ( unsigned int  num)
virtual

Set number of multi-resolution levels.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::SetRegistrationFilter ( RegistrationType _arg)
virtual

Set the internal registration filter.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
virtual void itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::StopRegistration ( )
virtual

Stop the registration after the current iteration.

Member Data Documentation

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
constexpr unsigned int itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::ImageDimension = FixedImageType::ImageDimension
static

ImageDimension.

Definition at line 114 of file itkVariationalRegistrationMultiResolutionFilter.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
DisplacementFieldPointer itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::m_DisplacementField
private
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
unsigned int itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::m_ElapsedLevels
private
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
FieldExpanderPointer itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::m_FieldExpander
private
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
FixedImagePyramidPointer itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::m_FixedImagePyramid
private
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
MaskImagePyramidPointer itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::m_MaskImagePyramid
private
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
MovingImagePyramidPointer itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::m_MovingImagePyramid
private
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
NumberOfIterationsType itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::m_NumberOfIterations
private
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
unsigned int itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::m_NumberOfLevels
private
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
RegistrationPointer itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::m_RegistrationFilter
private
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField , typename TRealType = float>
bool itk::VariationalRegistrationMultiResolutionFilter< TFixedImage, TMovingImage, TDisplacementField, TRealType >::m_StopRegistrationFlag
private

Flag to indicate user stop registration request.

Definition at line 294 of file itkVariationalRegistrationMultiResolutionFilter.h.


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