ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkExponentialDisplacementFieldImageFilter.h>
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 > |
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 |
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).
This filter expects both the input and output images to be of pixel type Vector.
This implementation was taken from the Insight Journal paper: http://hdl.handle.net/1926/510
Definition at line 63 of file itkExponentialDisplacementFieldImageFilter.h.
|
protected |
Definition at line 174 of file itkExponentialDisplacementFieldImageFilter.h.
|
protected |
Definition at line 167 of file itkExponentialDisplacementFieldImageFilter.h.
|
protected |
Definition at line 170 of file itkExponentialDisplacementFieldImageFilter.h.
|
protected |
Definition at line 157 of file itkExponentialDisplacementFieldImageFilter.h.
typedef SmartPointer< const Self > itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 71 of file itkExponentialDisplacementFieldImageFilter.h.
|
protected |
Definition at line 169 of file itkExponentialDisplacementFieldImageFilter.h.
|
protected |
Definition at line 154 of file itkExponentialDisplacementFieldImageFilter.h.
|
protected |
Definition at line 173 of file itkExponentialDisplacementFieldImageFilter.h.
|
protected |
Definition at line 172 of file itkExponentialDisplacementFieldImageFilter.h.
|
protected |
Definition at line 164 of file itkExponentialDisplacementFieldImageFilter.h.
typedef InputImageType::ConstPointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 82 of file itkExponentialDisplacementFieldImageFilter.h.
typedef InputImageType::Pointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 81 of file itkExponentialDisplacementFieldImageFilter.h.
typedef TInputImage itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 77 of file itkExponentialDisplacementFieldImageFilter.h.
typedef InputPixelType::RealValueType itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::InputPixelRealValueType |
Definition at line 84 of file itkExponentialDisplacementFieldImageFilter.h.
typedef InputImageType::PixelType itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 83 of file itkExponentialDisplacementFieldImageFilter.h.
typedef OutputImageType::Pointer itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 87 of file itkExponentialDisplacementFieldImageFilter.h.
typedef TOutputImage itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 86 of file itkExponentialDisplacementFieldImageFilter.h.
typedef OutputImageType::PixelType itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 88 of file itkExponentialDisplacementFieldImageFilter.h.
typedef SmartPointer< Self > itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 70 of file itkExponentialDisplacementFieldImageFilter.h.
|
protected |
Definition at line 149 of file itkExponentialDisplacementFieldImageFilter.h.
typedef ExponentialDisplacementFieldImageFilter itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 68 of file itkExponentialDisplacementFieldImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 69 of file itkExponentialDisplacementFieldImageFilter.h.
|
protected |
Definition at line 171 of file itkExponentialDisplacementFieldImageFilter.h.
|
protected |
Definition at line 161 of file itkExponentialDisplacementFieldImageFilter.h.
|
protected |
End concept checking
|
inlineprotectedvirtual |
Definition at line 140 of file itkExponentialDisplacementFieldImageFilter.h.
|
private |
|
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 )
|
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 )
|
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.
|
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.
|
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.
|
protectedvirtual |
Reimplemented from itk::ImageSource< TOutputImage >.
|
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 )
|
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.
|
virtual |
Specify the maximum number of iteration.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::Object.
|
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 >.
|
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 >.
|
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 )
|
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.
|
virtual |
Specify the maximum number of iteration.
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 > )
itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::SameDimension< ImageDimension, OutputImageDimension > | ) |
This class requires SameDimensionCheck1 in the form of ( Concept::SameDimension< ImageDimension, OutputImageDimension > )
itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::SameDimension< ImageDimension, PixelDimension > | ) |
This class requires SameDimensionCheck2 in the form of ( Concept::SameDimension< ImageDimension, PixelDimension > )
itk::ExponentialDisplacementFieldImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::SameDimension< ImageDimension, OutputPixelDimension > | ) |
This class requires SameDimensionCheck3 in the form of ( Concept::SameDimension< ImageDimension, OutputPixelDimension > )
|
static |
Image dimension.
Definition at line 116 of file itkExponentialDisplacementFieldImageFilter.h.
|
private |
Definition at line 189 of file itkExponentialDisplacementFieldImageFilter.h.
|
private |
Definition at line 181 of file itkExponentialDisplacementFieldImageFilter.h.
|
private |
Definition at line 187 of file itkExponentialDisplacementFieldImageFilter.h.
|
private |
Definition at line 184 of file itkExponentialDisplacementFieldImageFilter.h.
|
private |
Definition at line 186 of file itkExponentialDisplacementFieldImageFilter.h.
|
private |
Definition at line 182 of file itkExponentialDisplacementFieldImageFilter.h.
|
private |
Definition at line 188 of file itkExponentialDisplacementFieldImageFilter.h.
|
static |
Image dimension.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 118 of file itkExponentialDisplacementFieldImageFilter.h.
|
static |
Image dimension.
Definition at line 122 of file itkExponentialDisplacementFieldImageFilter.h.
|
static |
Image dimension.
Definition at line 120 of file itkExponentialDisplacementFieldImageFilter.h.