ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkBSplineCenteredResampleImageFilterBase.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::OutputImageIterator | OutputImageIterator |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef SmartPointer< Self > | Pointer |
typedef BSplineCenteredResampleImageFilterBase | Self |
typedef BSplineResampleImageFilterBase < TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
BSplineCenteredResampleImageFilterBase () | |
virtual void | Expand1DImage (const std::vector< double > &In, OutputImageIterator &Iter, unsigned int traverseSize, ProgressReporter &progress) |
virtual void | InitializePyramidSplineFilter (int SplineOrder) |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | Reduce1DImage (const std::vector< double > &In, OutputImageIterator &Iter, unsigned int traverseSize, ProgressReporter &progress) |
virtual | ~BSplineCenteredResampleImageFilterBase () |
Private Types | |
typedef TInputImage::IndexValueType | IndexValueType |
typedef TInputImage::SizeValueType | SizeValueType |
Private Member Functions | |
BSplineCenteredResampleImageFilterBase (const Self &) | |
void | operator= (const Self &) |
Evaluates the Centered B-Spline interpolation of an image. Spline order may be from 0 to 5.
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 65 of file itkBSplineCenteredResampleImageFilterBase.h.
typedef SmartPointer< const Self > itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.
Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >.
Definition at line 73 of file itkBSplineCenteredResampleImageFilterBase.h.
typedef TInputImage::IndexValueType itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::IndexValueType [private] |
Definition at line 114 of file itkBSplineCenteredResampleImageFilterBase.h.
typedef Superclass::OutputImageIterator itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::OutputImageIterator |
OutputImageIterator typedef support.
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.
Definition at line 85 of file itkBSplineCenteredResampleImageFilterBase.h.
typedef Superclass::OutputImagePixelType itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::OutputImagePixelType |
OutputImagePixelType typedef support.
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.
Definition at line 79 of file itkBSplineCenteredResampleImageFilterBase.h.
typedef SmartPointer< Self > itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.
Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >.
Definition at line 72 of file itkBSplineCenteredResampleImageFilterBase.h.
typedef BSplineCenteredResampleImageFilterBase itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.
Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >.
Definition at line 70 of file itkBSplineCenteredResampleImageFilterBase.h.
typedef TInputImage::SizeValueType itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::SizeValueType [private] |
Definition at line 115 of file itkBSplineCenteredResampleImageFilterBase.h.
typedef BSplineResampleImageFilterBase< TInputImage, TOutputImage > itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.
Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >.
Definition at line 71 of file itkBSplineCenteredResampleImageFilterBase.h.
itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::BSplineCenteredResampleImageFilterBase | ( | ) | [protected] |
virtual itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::~BSplineCenteredResampleImageFilterBase | ( | ) | [inline, protected, virtual] |
Definition at line 106 of file itkBSplineCenteredResampleImageFilterBase.h.
itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::BSplineCenteredResampleImageFilterBase | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
virtual void itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::Expand1DImage | ( | const std::vector< double > & | In, |
OutputImageIterator & | Iter, | ||
unsigned int | traverseSize, | ||
ProgressReporter & | progress | ||
) | [protected, virtual] |
virtual const char* itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.
Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >.
virtual void itk::BSplineCenteredResampleImageFilterBase< 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 >.
Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >.
static Pointer itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::New | ( | ) | [static] |
New macro for creation of through a Smart Pointer
Reimplemented from itk::Object.
void itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::operator= | ( | const Self & | ) | [private] |
PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.
Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >.
void itk::BSplineCenteredResampleImageFilterBase< 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 >.
Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >.
virtual void itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::Reduce1DImage | ( | const std::vector< double > & | In, |
OutputImageIterator & | Iter, | ||
unsigned int | traverseSize, | ||
ProgressReporter & | progress | ||
) | [protected, virtual] |