#include <itkBSplineL2ResampleImageFilterBase.h>
Inheritance diagram for itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage >:
Public Types | |
typedef BSplineL2ResampleImageFilterBase | Self |
typedef BSplineResampleImageFilterBase< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
Protected Member Functions | |
virtual void | InitializePyramidSplineFilter (int SplineOrder) |
BSplineL2ResampleImageFilterBase () | |
virtual | ~BSplineL2ResampleImageFilterBase () |
void | PrintSelf (std::ostream &os, Indent indent) const |
This class defines N-Dimension B-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. [4] P. Brigger, F. Miller, K. Illgner, M. Unser, "Centered Pyramids," IEEE Transactions on Image Processing, vol. 8, no. 9, pp. 1254-1264, September 1999. And code obtained from bigwww.epfl.ch by Philippe Thevenaz
Limitations: Spline order for the centered l2 pyramid must be 0,1,3, or 5. This code cannot be multi-threaded since the entire image must be traversed in the proper order. This code cannot be streamed and requires the all of the input image. Only up/down samples by a factor of 2. This is a base class and is not meant to be instantiated on its own. It requires one of the itkBSplineDownsampleImageFilter or itkBSplineUpsampleImageFilter classes. Spline order must be set before setting the image. Uses mirror boundary conditions. Requires the same order of Spline for each dimension.
itkBSplineUpsampleImageFilter
itkBSplineResampleImageFilterBase
itkBSplineCenteredResampleImageFilterBase
Definition at line 74 of file itkBSplineL2ResampleImageFilterBase.h.
|
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. Definition at line 82 of file itkBSplineL2ResampleImageFilterBase.h. |
|
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. Definition at line 81 of file itkBSplineL2ResampleImageFilterBase.h. |
|
Standard class typedefs. Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. Definition at line 79 of file itkBSplineL2ResampleImageFilterBase.h. |
|
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. Definition at line 80 of file itkBSplineL2ResampleImageFilterBase.h. |
|
|
|
Definition at line 93 of file itkBSplineL2ResampleImageFilterBase.h. |
|
Run-time type information (and related methods). Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. |
|
Initializes the pyramid spline coefficients. Called when Spline order has been set. Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >. |
|
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 >. |