#include <itkIterativeInverseDeformationFieldImageFilter.h>
Inheritance diagram for itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >:
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 57 of file itkIterativeInverseDeformationFieldImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 65 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Definition at line 97 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Definition at line 96 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Definition at line 95 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Definition at line 89 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 75 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 76 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Definition at line 77 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 78 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Definition at line 79 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Some typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 74 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Definition at line 90 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Definition at line 84 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 82 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 81 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Definition at line 83 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 80 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Definition at line 85 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Definition at line 91 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 64 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 62 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 63 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Definition at line 87 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Definition at line 93 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
|
|
Definition at line 112 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
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 >. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
|
|
Definition at line 108 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
|
|
|
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
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 >. |
|
|
|
|
|
Definition at line 119 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Definition at line 120 of file itkIterativeInverseDeformationFieldImageFilter.h. |
|
Definition at line 121 of file itkIterativeInverseDeformationFieldImageFilter.h. |