#include <itkInterpolateImagePointsFilter.h>
Inheritance diagram for itk::InterpolateImagePointsFilter< TInputImage, TOutputImage, TCoordType, InterpolatorType >:
This class may be templated over the Interpolate Function but defaults to the BSplineInterpolateImageFunction for cubic interpolation. The user must set the image using the SetInputImage function and they must set the coordinates (one coordinate "image" for each dimension) using SetInterpolationCoordinate(). The coordinates may be any number of points and can be randomly organized. The interpolated output will correspond to the ordering of the coordinate points. The coordinates must be of type ContinuousIndexType and not of PointType.
This function is different from the resampleImageFilter class in that the resampleImageFilter applies a transform to the original input image coordinates. This function takes an arbitrary set of point coordinates and applies the transform at these locations.
Limitations: The coordinates must be in an image of the same dimension as the input image. There is no reason why this should be the case and future revisions should look at eliminating this limitation. Currently TCoordType must be the same as the input pixel type (TInputImage). Again future revisions should look at eliminating this limitation. Though the output generation may be streamed the entire input image, must be supplied. The coordinates may be streamed in smaller blocks. The coordinates are specified as seperate images for each dimension. The coordinates are treated as Continuous Indicies. If coordinates are supplied as Points then they must be converted to an Index before passing to this class.
Definition at line 74 of file itkInterpolateImagePointsFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 82 of file itkInterpolateImagePointsFilter.h. |
|
Definition at line 111 of file itkInterpolateImagePointsFilter.h. |
|
Typedefs to describe and access coordinate images Definition at line 114 of file itkInterpolateImagePointsFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 97 of file itkInterpolateImagePointsFilter.h. |
|
Typedefs from the Superclass Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 95 of file itkInterpolateImagePointsFilter.h. |
|
Typedefs to describe and access Interpolator Definition at line 110 of file itkInterpolateImagePointsFilter.h. Referenced by itk::InterpolateImagePointsFilter< TInputImage, TOutputImage, TCoordType, InterpolatorType >::GetInterpolator(), and itk::InterpolateImagePointsFilter< TInputImage, TOutputImage, TCoordType, InterpolatorType >::~InterpolateImagePointsFilter(). |
|
Definition at line 101 of file itkInterpolateImagePointsFilter.h. |
|
Typedefs to describe and access output image. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 100 of file itkInterpolateImagePointsFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 102 of file itkInterpolateImagePointsFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 96 of file itkInterpolateImagePointsFilter.h. |
|
Image pixel value typedef. Definition at line 105 of file itkInterpolateImagePointsFilter.h. Referenced by itk::InterpolateImagePointsFilter< TInputImage, TOutputImage, TCoordType, InterpolatorType >::~InterpolateImagePointsFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 81 of file itkInterpolateImagePointsFilter.h. |
|
Typedef for region copier Definition at line 117 of file itkInterpolateImagePointsFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 79 of file itkInterpolateImagePointsFilter.h. Referenced by itk::InterpolateImagePointsFilter< TInputImage, TOutputImage, TCoordType, InterpolatorType >::~InterpolateImagePointsFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 80 of file itkInterpolateImagePointsFilter.h. |
|
|
|
|
TODO: This needs to be modified for a threaded implementation. Reimplemented from itk::ImageSource< TOutputImage >. |
|
Overloaded to set the input image to the largest possible region Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Overloaded to ensure that output is sized the same as the coordinate inputs and not the size of the input image. Reimplemented from itk::ProcessObject. |
|
Get the pixel value when a transformed pixel is outside of the image |
|
Returns a pointer to the interpolator. Definition at line 136 of file itkInterpolateImagePointsFilter.h. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
ImageDimension enumeration. |
|
New macro for creation of through a Smart Pointer 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 >. |
|
Set the pixel value when a transformed pixel is outside of the image |
|
SetInputImage is used to set the image to be interpolated. Note that this should be used instead of the direct setInput as multiple inputs are needed and this class keeps track of the ordering. |
|
SetInterpolationCoordinate must be called for each dimension. The variable setDimension is used to identify the dimension being set, i.e. 0,1,2...N |
|
TODO: This needs to be modified for a threaded implementation. Reimplemented from itk::ImageSource< TOutputImage >. |