ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkBSplineResampleImageFunction.h>
Static Public Member Functions | |
static Pointer | New () |
Private Member Functions | |
BSplineResampleImageFunction (const Self &) |
Additional Inherited Members | |
Static Public Attributes inherited from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > | |
static const unsigned int | ImageDimension |
Static Public Attributes inherited from itk::InterpolateImageFunction< TImageType, TCoordRep > | |
Static Public Attributes inherited from itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | |
Protected Attributes inherited from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > | |
CoefficientImageType::ConstPointer | m_Coefficients |
TImageType::SizeType | m_DataLength |
std::vector< CoefficientDataType > | m_Scratch |
unsigned int | m_SplineOrder |
Resample image intensity from a BSpline coefficient image.
This class resample the image intensity at a non-integer position from the input BSpline coefficient image.
Spline order may be from 0 to 5.
In ITK, BSpline coefficient can be generated using a BSplineDecompositionImageFilter. Using this image function in conjunction with ResampleImageFunction allows the reconstruction of the original image at different resolution and size.
Definition at line 56 of file itkBSplineResampleImageFunction.h.
typedef SmartPointer< const Self > itk::BSplineResampleImageFunction< TImageType, TCoordRep >::ConstPointer |
Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >.
Definition at line 67 of file itkBSplineResampleImageFunction.h.
typedef SmartPointer< Self > itk::BSplineResampleImageFunction< TImageType, TCoordRep >::Pointer |
Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >.
Definition at line 66 of file itkBSplineResampleImageFunction.h.
typedef BSplineResampleImageFunction itk::BSplineResampleImageFunction< TImageType, TCoordRep >::Self |
Standard class typedefs.
Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >.
Definition at line 62 of file itkBSplineResampleImageFunction.h.
typedef BSplineInterpolateImageFunction< TImageType, TCoordRep, typename TImageType::PixelType > itk::BSplineResampleImageFunction< TImageType, TCoordRep >::Superclass |
Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >.
Definition at line 64 of file itkBSplineResampleImageFunction.h.
|
inlineprotected |
Definition at line 90 of file itkBSplineResampleImageFunction.h.
|
inlineprotectedvirtual |
Definition at line 91 of file itkBSplineResampleImageFunction.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::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >.
|
static |
New macro for creation of through a Smart Pointer
Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >.
|
inlinevirtual |
Set the input image representing the BSplineCoefficients
Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >.
Definition at line 77 of file itkBSplineResampleImageFunction.h.