ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkBSplineCenteredResampleImageFilterBase.h>
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.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
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 > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
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 |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer< const Self > itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::ConstPointer |
Definition at line 73 of file itkBSplineCenteredResampleImageFilterBase.h.
|
private |
Definition at line 115 of file itkBSplineCenteredResampleImageFilterBase.h.
typedef Superclass::OutputImageIterator itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::OutputImageIterator |
OutputImageIterator typedef support.
Definition at line 85 of file itkBSplineCenteredResampleImageFilterBase.h.
typedef Superclass::OutputImagePixelType itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::OutputImagePixelType |
OutputImagePixelType typedef support.
Definition at line 79 of file itkBSplineCenteredResampleImageFilterBase.h.
typedef SmartPointer< Self > itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::Pointer |
Definition at line 72 of file itkBSplineCenteredResampleImageFilterBase.h.
typedef BSplineCenteredResampleImageFilterBase itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 70 of file itkBSplineCenteredResampleImageFilterBase.h.
|
private |
Definition at line 116 of file itkBSplineCenteredResampleImageFilterBase.h.
typedef BSplineResampleImageFilterBase< TInputImage, TOutputImage > itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::Superclass |
Definition at line 71 of file itkBSplineCenteredResampleImageFilterBase.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 107 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.
|
overrideprotectedvirtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.
Reimplemented in itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |
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
|
private |
|
overrideprotectedvirtual |
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::ImageToImageFilter< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |