ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkIterativeInverseDeformationFieldImageFilter.h>
Computes the inverse of a deformation field.
IterativeInverseDeformationFieldImageFilter takes a deformation field as input and computes the deformation field that is its inverse. If the input deformation field was mapping coordinates from a space A into a space B, the output of this filter will map coordinates from the space B into the space A.
The algorithm implemented in this filter uses an iterative method for progresively refining the values of the inverse field. Starting from the direct field, at every pixel the direct mapping of this point is found, and a the nevative of the current deformation is stored in the inverse field at the nearest pixel. Then, subsequent iterations verify if any of the neigbor pixels provide a better return to the current pixel, in which case its value is taken for updating the vector in the inverse field.
This method was discussed in the users-list during February 2004.
Definition at line 56 of file itkIterativeInverseDeformationFieldImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Attributes | |
unsigned int | m_NumberOfIterations |
double | m_StopValue |
double | m_Time |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
Private Member Functions | |
IterativeInverseDeformationFieldImageFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
typedef SmartPointer< const Self > itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 64 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef FieldInterpolatorType::OutputType itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::FieldInterpolatorOutputType |
Definition at line 96 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef FieldInterpolatorType::Pointer itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::FieldInterpolatorPointer |
Definition at line 95 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef VectorLinearInterpolateImageFunction< TInputImage, double > itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::FieldInterpolatorType |
Definition at line 94 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef ImageRegionConstIterator< InputImageType > itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::InputConstIterator |
Definition at line 88 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef InputImageType::ConstPointer itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Definition at line 74 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef InputImageType::Pointer itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Definition at line 75 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef InputImageType::PointType itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::InputImagePointType |
Definition at line 76 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef InputImageType::RegionType itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 77 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef InputImageType::SpacingType itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::InputImageSpacingType |
Definition at line 78 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef TInputImage itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::InputImageType |
Some typedefs.
Definition at line 70 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef ImageRegionIterator< InputImageType > itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::InputIterator |
Definition at line 89 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef OutputImageType::IndexType itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::OutputImageIndexType |
Definition at line 83 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef OutputImageType::PixelType itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Definition at line 81 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef OutputImageType::Pointer itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Definition at line 80 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef OutputImageType::PointType itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::OutputImagePointType |
Definition at line 82 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef TOutputImage itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 79 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef OutputImagePixelType::ValueType itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::OutputImageValueType |
Definition at line 84 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef ImageRegionIterator< OutputImageType > itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::OutputIterator |
Definition at line 90 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef SmartPointer< Self > itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 63 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef IterativeInverseDeformationFieldImageFilter itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 61 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 62 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef TimeProbe itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::TimeType |
Definition at line 86 of file itkIterativeInverseDeformationFieldImageFilter.h.
typedef WarpVectorImageFilter< TOutputImage, TInputImage, TOutputImage > itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::VectorWarperType |
Definition at line 92 of file itkIterativeInverseDeformationFieldImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 119 of file itkIterativeInverseDeformationFieldImageFilter.h.
|
private |
|
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 |
A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling ThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter an be threaded, it should NOT provide a GenerateData() method but should provide a ThreadedGenerateData() instead.
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
|
virtual |
|
static |
Method for creation through the object factory.
|
private |
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
|
virtual |
itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< OutputImageValueType > | ) |
This class requires OutputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< OutputImageValueType > )
itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::SameDimension< TInputImage::ImageDimension, TOutputImage::ImageDimension > | ) |
This class requires SameDimensionCheck in the form of ( Concept::SameDimension< TInputImage::ImageDimension, TOutputImage::ImageDimension > )
|
protected |
Definition at line 125 of file itkIterativeInverseDeformationFieldImageFilter.h.
|
protected |
Definition at line 127 of file itkIterativeInverseDeformationFieldImageFilter.h.
|
protected |
Definition at line 128 of file itkIterativeInverseDeformationFieldImageFilter.h.