#include <itkBSplineCenteredResampleImageFilterBase.h>
Inheritance diagram for itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >:
Public Types | |
typedef BSplineCenteredResampleImageFilterBase | Self |
typedef BSplineResampleImageFilterBase< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageIterator | OutputImageIterator |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
virtual void | InitializePyramidSplineFilter (int SplineOrder) |
virtual void | Reduce1DImage (const std::vector< double > &In, OutputImageIterator &Iter, unsigned int traverseSize, ProgressReporter &progress) |
virtual void | Expand1DImage (const std::vector< double > &In, OutputImageIterator &Iter, unsigned int traverseSize, ProgressReporter &progress) |
BSplineCenteredResampleImageFilterBase () | |
virtual | ~BSplineCenteredResampleImageFilterBase () |
void | PrintSelf (std::ostream &os, Indent indent) const |
This class defines N-Dimension CenteredB-Spline transformation. It is based on: [1] M. Unser, "Splines: A Perfect Fit for Signal and Image Processing," IEEE Signal Processing Magazine, vol. 16, no. 6, pp. 22-38, November 1999. [2] M. Unser, A. Aldroubi and M. Eden, "B-Spline Signal Processing: Part I--Theory," IEEE Transactions on Signal Processing, vol. 41, no. 2, pp. 821-832, February 1993. [3] M. Unser, A. Aldroubi and M. Eden, "B-Spline Signal Processing: Part II--Efficient Design and Applications," IEEE Transactions on Signal Processing, vol. 41, no. 2, pp. 834-848, February 1993. And code obtained from bigwww.epfl.ch by Philippe Thevenaz
Limitations: Spline order must be between 0 and 5. Spline order must be set before setting the image. Uses mirror boundary conditions. Requires the same order of Spline for each dimension.
Definition at line 59 of file itkBSplineCenteredResampleImageFilterBase.h.
|
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >. Definition at line 67 of file itkBSplineCenteredResampleImageFilterBase.h. |
|
OutputImageIterator typedef support. Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. Definition at line 80 of file itkBSplineCenteredResampleImageFilterBase.h. |
|
OutputImagePixelType typedef support. Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. Definition at line 77 of file itkBSplineCenteredResampleImageFilterBase.h. |
|
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >. Definition at line 66 of file itkBSplineCenteredResampleImageFilterBase.h. |
|
Standard class typedefs. Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >. Definition at line 64 of file itkBSplineCenteredResampleImageFilterBase.h. |
|
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >. Definition at line 65 of file itkBSplineCenteredResampleImageFilterBase.h. |
|
|
|
Definition at line 101 of file itkBSplineCenteredResampleImageFilterBase.h. |
|
The basic operator for expanding a line of data by a factor of 2 Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. |
|
Run-time type information (and related methods). Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >. |
|
Initializes the pyramid spline coefficients. Called when Spline order has been set. Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >. |
|
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::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >. |
|
The basic operator for reducing a line of data by a factor of 2 Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. |