ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkBSplineCenteredResampleImageFilterBase.h>
Static Public Member Functions | |
static Pointer | New () |
Private Types | |
typedef TInputImage::IndexValueType | IndexValueType |
typedef TInputImage::SizeValueType | SizeValueType |
Private Member Functions | |
BSplineCenteredResampleImageFilterBase (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Attributes inherited from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage > | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
Protected Attributes inherited from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage > | |
std::vector< double > | m_G |
int | m_GSize |
std::vector< double > | m_H |
int | m_HSize |
int | m_SplineOrder |
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.
|
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.
|
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.
|
protected |
|
inlineprotectedvirtual |
Definition at line 106 of file itkBSplineCenteredResampleImageFilterBase.h.
|
private |
|
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.
|
protectedvirtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.
Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >.
|
protectedvirtual |
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 |
New macro for creation of through a Smart Pointer
Reimplemented from itk::Object.
|
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 >.
|
protectedvirtual |
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 >.
|
protectedvirtual |