Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage > Class Template Reference
[Filters that cannot be streamed]

Uses the "Centered l2" B-Spline pyramid implementation of B-Spline Filters to up/down sample an image by a factor of 2. More...

#include <itkBSplineL2ResampleImageFilterBase.h>

Inheritance diagram for itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage >:

Inheritance graph
[legend]
Collaboration diagram for itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef BSplineL2ResampleImageFilterBase Self
typedef BSplineResampleImageFilterBase<
TInputImage, TOutputImage > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Public Member Functions

virtual const char * GetClassName () const

Protected Member Functions

virtual void InitializePyramidSplineFilter (int SplineOrder)
 BSplineL2ResampleImageFilterBase ()
virtual ~BSplineL2ResampleImageFilterBase ()
void PrintSelf (std::ostream &os, Indent indent) const

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage >

Uses the "Centered l2" B-Spline pyramid implementation of B-Spline Filters to up/down sample an image by a factor of 2.

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.

See also:
itkBSplineDownsampleImageFilter

itkBSplineUpsampleImageFilter

itkBSplineResampleImageFilterBase

itkBSplineCenteredResampleImageFilterBase

itkBSplineCenteredL2ResampleImageFilterBase

Definition at line 74 of file itkBSplineL2ResampleImageFilterBase.h.


Member Typedef Documentation

template<class TInputImage, class TOutputImage>
typedef SmartPointer<const Self> itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage >::ConstPointer
 

Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.

Definition at line 82 of file itkBSplineL2ResampleImageFilterBase.h.

template<class TInputImage, class TOutputImage>
typedef SmartPointer<Self> itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage >::Pointer
 

Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.

Definition at line 81 of file itkBSplineL2ResampleImageFilterBase.h.

template<class TInputImage, class TOutputImage>
typedef BSplineL2ResampleImageFilterBase itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage >::Self
 

Standard class typedefs.

Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.

Definition at line 79 of file itkBSplineL2ResampleImageFilterBase.h.

template<class TInputImage, class TOutputImage>
typedef BSplineResampleImageFilterBase<TInputImage, TOutputImage> itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage >::Superclass
 

Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.

Definition at line 80 of file itkBSplineL2ResampleImageFilterBase.h.


Constructor & Destructor Documentation

template<class TInputImage, class TOutputImage>
itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage >::BSplineL2ResampleImageFilterBase  )  [protected]
 

template<class TInputImage, class TOutputImage>
virtual itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage >::~BSplineL2ResampleImageFilterBase  )  [inline, protected, virtual]
 

Definition at line 93 of file itkBSplineL2ResampleImageFilterBase.h.


Member Function Documentation

template<class TInputImage, class TOutputImage>
virtual const char* itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.

template<class TInputImage, class TOutputImage>
virtual void itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage >::InitializePyramidSplineFilter int  SplineOrder  )  [protected, virtual]
 

Initializes the pyramid spline coefficients. Called when Spline order has been set.

Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.

template<class TInputImage, class TOutputImage>
void itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage >::PrintSelf std::ostream &  os,
Indent  indent
const [protected, virtual]
 

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 >.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:52:39 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000