ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Private Member Functions | Private Attributes
itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage > Class Template Reference

#include <itkExponentialDisplacementFieldImageFilter.h>

+ Inheritance diagram for itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >:
+ Collaboration diagram for itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
InputImageType::ConstPointer 
InputImageConstPointer
typedef InputImageType::Pointer InputImagePointer
typedef TInputImage InputImageType
typedef
InputPixelType::RealValueType 
InputPixelRealValueType
typedef InputImageType::PixelType InputPixelType
typedef OutputImageType::Pointer OutputImagePointer
typedef TOutputImage OutputImageType
typedef OutputImageType::PixelType OutputPixelType
typedef SmartPointer< SelfPointer
typedef
ExponentialDisplacementFieldImageFilter 
Self
typedef ImageToImageFilter
< TInputImage, TOutputImage > 
Superclass
- Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
typedef InputImageType::PixelType InputImagePixelType
typedef InputImageType::RegionType InputImageRegionType
typedef
Superclass::OutputImagePixelType 
OutputImagePixelType
typedef
Superclass::OutputImageRegionType 
OutputImageRegionType
- Public Types inherited from itk::ImageSource< TOutputImage >
typedef
Superclass::DataObjectIdentifierType 
DataObjectIdentifierType
typedef DataObject::Pointer DataObjectPointer
typedef
Superclass::DataObjectPointerArraySizeType 
DataObjectPointerArraySizeType
- Public Types inherited from itk::ProcessObject
typedef std::vector
< DataObjectPointer
DataObjectPointerArray
typedef std::vector
< DataObjectIdentifierType
NameArray
- Public Types inherited from itk::Object
- Public Types inherited from itk::LightObject

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
 typedef (Concept::HasNumericTraits< typename OutputPixelType::ValueType >) OutputHasNumericTraitsCheck
 typedef (Concept::SameDimension< ImageDimension, OutputImageDimension >) SameDimensionCheck1
 typedef (Concept::SameDimension< ImageDimension, PixelDimension >) SameDimensionCheck2
 typedef (Concept::SameDimension< ImageDimension, OutputPixelDimension >) SameDimensionCheck3
virtual void SetMaximumNumberOfIterations (unsigned int _arg)
virtual unsigned int GetMaximumNumberOfIterations () const
virtual void SetAutomaticNumberOfIterations (bool _arg)
virtual bool GetAutomaticNumberOfIterations () const
virtual void AutomaticNumberOfIterationsOn ()
virtual void AutomaticNumberOfIterationsOff ()
virtual void SetComputeInverse (bool _arg)
virtual bool GetComputeInverse () const
virtual void ComputeInverseOn ()
virtual void ComputeInverseOff ()
- Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
const InputImageTypeGetInput (void) const
const InputImageTypeGetInput (unsigned int idx) const
virtual void PopBackInput ()
virtual void PopFrontInput ()
virtual void PushBackInput (const InputImageType *image)
virtual void PushFrontInput (const InputImageType *image)
virtual void SetInput (const InputImageType *image)
virtual void SetInput (unsigned int, const TInputImage *image)
- Public Member Functions inherited from itk::ImageSource< TOutputImage >
OutputImageTypeGetOutput (unsigned int idx)
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
virtual void GraftOutput (DataObject *output)
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *output)
OutputImageTypeGetOutput (void)
const OutputImageTypeGetOutput (void) const
virtual
ProcessObject::DataObjectPointer 
MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx)
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
virtual void AbortGenerateDataOn ()
virtual void EnlargeOutputRequestedRegion (DataObject *)
virtual const bool & GetAbortGenerateData ()
NameArray GetInputNames () const
MultiThreader * GetMultiThreader () const
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
DataObjectPointerArraySizeType GetNumberOfInputs () const
DataObjectPointerArraySizeType GetNumberOfOutputs () const
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
NameArray GetOutputNames () const
virtual const float & GetProgress ()
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 SetProgress (float _arg)
virtual void Update ()
virtual void UpdateLargestPossibleRegion ()
virtual void UpdateOutputData (DataObject *output)
virtual void UpdateOutputInformation ()
void UpdateProgress (float amount)
DataObjectPointerArray GetInputs ()
DataObjectPointerArray GetOutputs ()
DataObjectPointerArray GetIndexedInputs ()
DataObjectPointerArray GetIndexedOutputs ()
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
virtual void SetReleaseDataFlag (bool flag)
virtual bool GetReleaseDataFlag () const
void ReleaseDataFlagOn ()
void ReleaseDataFlagOff ()
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
virtual const bool & GetReleaseDataBeforeUpdateFlag ()
virtual void ReleaseDataBeforeUpdateFlagOn ()
virtual void ReleaseDataBeforeUpdateFlagOff ()
virtual void SetNumberOfThreads (ThreadIdType _arg)
virtual const ThreadIdTypeGetNumberOfThreads ()
- 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 (void)
const MetaDataDictionaryGetMetaDataDictionary (void) const
virtual unsigned long 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
virtual void Register () const
void RemoveAllObservers ()
void RemoveObserver (unsigned long tag)
void SetDebug (bool debugFlag) const
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
virtual void SetReferenceCount (int)
virtual void UnRegister () 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 Attributes

static const unsigned int ImageDimension = TInputImage::ImageDimension
static const unsigned int OutputImageDimension = TInputImage::ImageDimension
static const unsigned int PixelDimension = InputPixelType::Dimension
static const unsigned int OutputPixelDimension = OutputPixelType::Dimension
- Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
static const unsigned int InputImageDimension = TInputImage::ImageDimension
- Static Public Attributes inherited from itk::ImageSource< TOutputImage >

Protected Types

typedef AdderType::Pointer AdderPointer
typedef AddImageFilter
< OutputImageType,
OutputImageType,
OutputImageType
AdderType
typedef CasterType::Pointer CasterPointer
typedef CastImageFilter
< InputImageType,
OutputImageType
CasterType
typedef
DivideByConstantType::Pointer 
DivideByConstantPointer
typedef DivideImageFilter
< InputImageType, itk::Image
< InputPixelRealValueType,
ImageDimension >
, OutputImageType
DivideByConstantType
typedef
FieldInterpolatorType::OutputType 
FieldInterpolatorOutputType
typedef
FieldInterpolatorType::Pointer 
FieldInterpolatorPointer
typedef
VectorLinearInterpolateNearestNeighborExtrapolateImageFunction
< OutputImageType, double > 
FieldInterpolatorType
typedef InputImageType::RegionType RegionType
typedef VectorWarperType::Pointer VectorWarperPointer
typedef WarpVectorImageFilter
< OutputImageType,
OutputImageType,
OutputImageType
VectorWarperType
- Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(OutputImageDimension),
itkGetStaticConstMacro(InputImageDimension) > 
InputToOutputRegionCopierType
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(InputImageDimension),
itkGetStaticConstMacro(OutputImageDimension) > 
OutputToInputRegionCopierType

Protected Member Functions

 ExponentialDisplacementFieldImageFilter ()
void GenerateData ()
void PrintSelf (std::ostream &os, Indent indent) const
virtual ~ExponentialDisplacementFieldImageFilter ()
- Protected Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
virtual void CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion)
virtual void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion)
virtual void GenerateInputRequestedRegion ()
 ImageToImageFilter ()
virtual void VerifyInputInformation ()
 ~ImageToImageFilter ()
void PushBackInput (const DataObject *input)
void PushFrontInput (const DataObject *input)
- Protected Member Functions inherited from itk::ImageSource< TOutputImage >
virtual void AfterThreadedGenerateData ()
virtual void AllocateOutputs ()
virtual void BeforeThreadedGenerateData ()
 ImageSource ()
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int num, OutputImageRegionType &splitRegion)
virtual void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
virtual ~ImageSource ()
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
virtual void AddOutput (DataObject *output)
bool AddRequiredInputName (const DataObjectIdentifierType &)
virtual void CacheInputReleaseDataFlags ()
virtual void GenerateOutputInformation ()
virtual void GenerateOutputRequestedRegion (DataObject *output)
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs ()
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs ()
bool IsIndexedName (const DataObjectIdentifierType &) const
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 itkLegacyMacro (virtual void RemoveInput(DataObject *input))
 itkLegacyMacro (virtual void RemoveOutput(DataObject *output))
 itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num))
 itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
DataObjectPointerArraySizeType MakeIndexFromName (const DataObjectIdentifierType &) const
DataObjectIdentifierType MakeNameFromIndex (DataObjectPointerArraySizeType) 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 ()
 ~ProcessObject ()
DataObjectGetInput (const DataObjectIdentifierType &key)
const DataObjectGetInput (const DataObjectIdentifierType &key) const
DataObjectGetInput (DataObjectPointerArraySizeType)
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
DataObjectGetPrimaryInput ()
const DataObjectGetPrimaryInput () const
DataObjectGetOutput (const DataObjectIdentifierType &key)
const DataObjectGetOutput (const DataObjectIdentifierType &key) 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 ()
- 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 Member Functions

 ExponentialDisplacementFieldImageFilter (const Self &)
void operator= (const Self &)

Private Attributes

AdderPointer m_Adder
bool m_AutomaticNumberOfIterations
CasterPointer m_Caster
bool m_ComputeInverse
DivideByConstantPointer m_Divider
unsigned int m_MaximumNumberOfIterations
VectorWarperPointer m_Warper

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >

Computes a diffeomorphic displacement field as the Lie group exponential of a vector field.

ExponentialDisplacementFieldImageFilter takes a 'smooth' vector field as input and computes the displacement field that is its exponential.

Given that both the input and output displacement field are represented as discrete images with pixel type vector, the exponential will be only an estimation and will probably not correspond to a perfect exponential. The precision of the exponential can be improved at the price of increasing the computation time (number of iterations).

The method used for computing the exponential displacement field is an iterative scaling and squaring (cf Arsigny et al., "A Log-Euclidean Framework for Statistics on Diffeomorphisms", MICCAI'06).

\[ exp(\Phi) = exp( \frac{\Phi}{2^N} )^{2^N} \]

This filter expects both the input and output images to be of pixel type Vector.

Author:
Tom Vercauteren, INRIA & Mauna Kea Technologies

This implementation was taken from the Insight Journal paper: http://hdl.handle.net/1926/510

Definition at line 63 of file itkExponentialDisplacementFieldImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef AdderType::Pointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::AdderPointer
protected
template<class TInputImage , class TOutputImage >
typedef AddImageFilter< OutputImageType, OutputImageType, OutputImageType > itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::AdderType
protected
template<class TInputImage , class TOutputImage >
typedef CasterType::Pointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::CasterPointer
protected
template<class TInputImage , class TOutputImage >
typedef CastImageFilter< InputImageType, OutputImageType > itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::CasterType
protected
template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::ConstPointer
template<class TInputImage , class TOutputImage >
typedef DivideByConstantType::Pointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::DivideByConstantPointer
protected
template<class TInputImage , class TOutputImage >
typedef FieldInterpolatorType::OutputType itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::FieldInterpolatorOutputType
protected
template<class TInputImage , class TOutputImage >
typedef FieldInterpolatorType::Pointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::FieldInterpolatorPointer
protected
template<class TInputImage , class TOutputImage >
typedef VectorLinearInterpolateNearestNeighborExtrapolateImageFunction< OutputImageType, double > itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::FieldInterpolatorType
protected
template<class TInputImage , class TOutputImage >
typedef InputImageType::ConstPointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::InputImageConstPointer
template<class TInputImage , class TOutputImage >
typedef InputImageType::Pointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::InputImagePointer
template<class TInputImage , class TOutputImage >
typedef TInputImage itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::InputImageType

Some convenient typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 77 of file itkExponentialDisplacementFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef InputPixelType::RealValueType itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::InputPixelRealValueType

Definition at line 84 of file itkExponentialDisplacementFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef InputImageType::PixelType itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::InputPixelType

Definition at line 83 of file itkExponentialDisplacementFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef OutputImageType::Pointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::OutputImagePointer

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 87 of file itkExponentialDisplacementFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef TOutputImage itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::OutputImageType

Some convenient typedefs.

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 86 of file itkExponentialDisplacementFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef OutputImageType::PixelType itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::OutputPixelType

Definition at line 88 of file itkExponentialDisplacementFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::Pointer
template<class TInputImage , class TOutputImage >
typedef InputImageType::RegionType itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::RegionType
protected
template<class TInputImage , class TOutputImage >
typedef ExponentialDisplacementFieldImageFilter itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::Self

Standard class typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 68 of file itkExponentialDisplacementFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::Superclass
template<class TInputImage , class TOutputImage >
typedef VectorWarperType::Pointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::VectorWarperPointer
protected
template<class TInputImage , class TOutputImage >
typedef WarpVectorImageFilter< OutputImageType, OutputImageType, OutputImageType > itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::VectorWarperType
protected

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::ExponentialDisplacementFieldImageFilter ( )
protected

End concept checking

template<class TInputImage , class TOutputImage >
virtual itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::~ExponentialDisplacementFieldImageFilter ( )
inlineprotectedvirtual
template<class TInputImage , class TOutputImage >
itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::ExponentialDisplacementFieldImageFilter ( const Self )
private

Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual void itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::AutomaticNumberOfIterationsOff ( )
virtual

If AutomaticNumberOfIterations is off, the number of iterations is given by MaximumNumberOfIterations. If it is on, we try to get the lowest good number (which may not be larger than MaximumNumberOfIterations )

template<class TInputImage , class TOutputImage >
virtual void itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::AutomaticNumberOfIterationsOn ( )
virtual

If AutomaticNumberOfIterations is off, the number of iterations is given by MaximumNumberOfIterations. If it is on, we try to get the lowest good number (which may not be larger than MaximumNumberOfIterations )

template<class TInputImage , class TOutputImage >
virtual void itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::ComputeInverseOff ( )
virtual

If ComputeInverse is on, the filter will compute the exponential of the opposite (minus) of the input vector field. The output displacement fields computed with ComputeInverse set to on and off respectively therefore represent spatial transformations that are inverses of each other.

template<class TInputImage , class TOutputImage >
virtual void itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::ComputeInverseOn ( )
virtual

If ComputeInverse is on, the filter will compute the exponential of the opposite (minus) of the input vector field. The output displacement fields computed with ComputeInverse set to on and off respectively therefore represent spatial transformations that are inverses of each other.

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::CreateAnother ( void  ) const
virtual

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::Object.

template<class TInputImage , class TOutputImage >
void itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::GenerateData ( )
protectedvirtual
template<class TInputImage , class TOutputImage >
virtual bool itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::GetAutomaticNumberOfIterations ( ) const
virtual

If AutomaticNumberOfIterations is off, the number of iterations is given by MaximumNumberOfIterations. If it is on, we try to get the lowest good number (which may not be larger than MaximumNumberOfIterations )

template<class TInputImage , class TOutputImage >
virtual bool itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::GetComputeInverse ( ) const
virtual

If ComputeInverse is on, the filter will compute the exponential of the opposite (minus) of the input vector field. The output displacement fields computed with ComputeInverse set to on and off respectively therefore represent spatial transformations that are inverses of each other.

template<class TInputImage , class TOutputImage >
virtual unsigned int itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::GetMaximumNumberOfIterations ( ) const
virtual

Specify the maximum number of iteration.

template<class TInputImage , class TOutputImage >
virtual const char* itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
static Pointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::New ( )
static

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TInputImage , class TOutputImage >
void itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::operator= ( const Self )
private

PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
void itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protectedvirtual

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::ImageToImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
virtual void itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::SetAutomaticNumberOfIterations ( bool  _arg)
virtual

If AutomaticNumberOfIterations is off, the number of iterations is given by MaximumNumberOfIterations. If it is on, we try to get the lowest good number (which may not be larger than MaximumNumberOfIterations )

template<class TInputImage , class TOutputImage >
virtual void itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::SetComputeInverse ( bool  _arg)
virtual

If ComputeInverse is on, the filter will compute the exponential of the opposite (minus) of the input vector field. The output displacement fields computed with ComputeInverse set to on and off respectively therefore represent spatial transformations that are inverses of each other.

template<class TInputImage , class TOutputImage >
virtual void itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::SetMaximumNumberOfIterations ( unsigned int  _arg)
virtual

Specify the maximum number of iteration.

template<class TInputImage , class TOutputImage >
itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::typedef ( Concept::HasNumericTraits< typename OutputPixelType::ValueType >  )

Begin concept checking This class requires OutputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< typename OutputPixelType::ValueType > )

template<class TInputImage , class TOutputImage >
itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::typedef ( Concept::SameDimension< ImageDimension, OutputImageDimension )

This class requires SameDimensionCheck1 in the form of ( Concept::SameDimension< ImageDimension, OutputImageDimension > )

template<class TInputImage , class TOutputImage >
itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::typedef ( Concept::SameDimension< ImageDimension, PixelDimension )

This class requires SameDimensionCheck2 in the form of ( Concept::SameDimension< ImageDimension, PixelDimension > )

template<class TInputImage , class TOutputImage >
itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::typedef ( Concept::SameDimension< ImageDimension, OutputPixelDimension )

This class requires SameDimensionCheck3 in the form of ( Concept::SameDimension< ImageDimension, OutputPixelDimension > )


Member Data Documentation

template<class TInputImage , class TOutputImage >
const unsigned int itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::ImageDimension = TInputImage::ImageDimension
static

Image dimension.

Definition at line 116 of file itkExponentialDisplacementFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
AdderPointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::m_Adder
private
template<class TInputImage , class TOutputImage >
bool itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::m_AutomaticNumberOfIterations
private
template<class TInputImage , class TOutputImage >
CasterPointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::m_Caster
private
template<class TInputImage , class TOutputImage >
bool itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::m_ComputeInverse
private
template<class TInputImage , class TOutputImage >
DivideByConstantPointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::m_Divider
private
template<class TInputImage , class TOutputImage >
unsigned int itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::m_MaximumNumberOfIterations
private
template<class TInputImage , class TOutputImage >
VectorWarperPointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::m_Warper
private
template<class TInputImage , class TOutputImage >
const unsigned int itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::OutputImageDimension = TInputImage::ImageDimension
static
template<class TInputImage , class TOutputImage >
const unsigned int itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::OutputPixelDimension = OutputPixelType::Dimension
static

Image dimension.

Definition at line 122 of file itkExponentialDisplacementFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
const unsigned int itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::PixelDimension = InputPixelType::Dimension
static

Image dimension.

Definition at line 120 of file itkExponentialDisplacementFieldImageFilter.h.


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