#include <itkBSplineResampleImageFunction.h>
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 57 of file itkBSplineResampleImageFunction.h.
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
BSplineResampleImageFunction ()=default | |
~BSplineResampleImageFunction () override=default | |
![]() | |
BSplineInterpolateImageFunction () | |
virtual OutputType | EvaluateAtContinuousIndexInternal (const ContinuousIndexType &x, vnl_matrix< long > &evaluateIndex, vnl_matrix< double > &weights) const |
virtual CovariantVectorType | EvaluateDerivativeAtContinuousIndexInternal (const ContinuousIndexType &x, vnl_matrix< long > &evaluateIndex, vnl_matrix< double > &weights, vnl_matrix< double > &weightsDerivative) const |
virtual void | EvaluateValueAndDerivativeAtContinuousIndexInternal (const ContinuousIndexType &x, OutputType &value, CovariantVectorType &derivativeValue, vnl_matrix< long > &evaluateIndex, vnl_matrix< double > &weights, vnl_matrix< double > &weightsDerivative) const |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~BSplineInterpolateImageFunction () override=default | |
![]() | |
InterpolateImageFunction ()=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~InterpolateImageFunction () override=default | |
![]() | |
ImageFunction () | |
~ImageFunction () override=default | |
![]() | |
FunctionBase ()=default | |
~FunctionBase () override=default | |
![]() | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
![]() | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
using itk::BSplineResampleImageFunction< TImageType, TCoordinate >::ConstPointer = SmartPointer<const Self> |
Definition at line 68 of file itkBSplineResampleImageFunction.h.
using itk::BSplineResampleImageFunction< TImageType, TCoordinate >::Pointer = SmartPointer<Self> |
Definition at line 67 of file itkBSplineResampleImageFunction.h.
using itk::BSplineResampleImageFunction< TImageType, TCoordinate >::Self = BSplineResampleImageFunction |
Standard class type aliases.
Definition at line 64 of file itkBSplineResampleImageFunction.h.
using itk::BSplineResampleImageFunction< TImageType, TCoordinate >::Superclass = BSplineInterpolateImageFunction<TImageType, TCoordinate, typename TImageType::PixelType> |
Definition at line 65 of file itkBSplineResampleImageFunction.h.
|
protecteddefault |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
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, float, TImageType::PixelType >.
|
overridevirtual |
Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, float, TImageType::PixelType >.
References BSplineResampleImageFunction().
|
static |
New macro for creation of through a Smart Pointer
|
inlineoverridevirtual |
Set the input image representing the BSplineCoefficients
Reimplemented from itk::BSplineInterpolateImageFunction< TImageType, float, TImageType::PixelType >.
Definition at line 78 of file itkBSplineResampleImageFunction.h.
References itk::BSplineInterpolateImageFunction< TImageType, float, TImageType::PixelType >::m_Coefficients, itk::BSplineInterpolateImageFunction< TImageType, float, TImageType::PixelType >::m_DataLength, and itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, double >::SetInputImage().