ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#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 56 of file itkBSplineResampleImageFunction.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = BSplineResampleImageFunction |
using | Superclass = BSplineInterpolateImageFunction< TImageType, TCoordRep, typename TImageType::PixelType > |
Public Types inherited from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > | |
using | CoefficientDataType = TImageType::PixelType |
using | CoefficientFilter = BSplineDecompositionImageFilter< TImageType, CoefficientImageType > |
using | CoefficientFilterPointer = typename CoefficientFilter::Pointer |
using | CoefficientImageType = Image< CoefficientDataType, Self::ImageDimension > |
using | ConstPointer = SmartPointer< const Self > |
using | ContinuousIndexType = typename Superclass::ContinuousIndexType |
using | CovariantVectorType = CovariantVector< OutputType, Self::ImageDimension > |
using | IndexType = typename Superclass::IndexType |
using | InputImageType = typename Superclass::InputImageType |
using | Iterator = ImageLinearIteratorWithIndex< TImageType > |
using | OutputType = typename Superclass::OutputType |
using | Pointer = SmartPointer< Self > |
using | PointType = typename Superclass::PointType |
using | Self = BSplineInterpolateImageFunction |
using | Superclass = InterpolateImageFunction< TImageType, TCoordRep > |
Public Types inherited from itk::InterpolateImageFunction< TImageType, TCoordRep > | |
using | ConstPointer = SmartPointer< const Self > |
using | ContinuousIndexType = typename Superclass::ContinuousIndexType |
using | IndexType = typename Superclass::IndexType |
using | IndexValueType = typename Superclass::IndexValueType |
using | InputImageType = typename Superclass::InputImageType |
using | OutputType = typename Superclass::OutputType |
using | Pointer = SmartPointer< Self > |
using | PointType = typename Superclass::PointType |
using | RealType = typename NumericTraits< typename TImageType::PixelType >::RealType |
using | Self = InterpolateImageFunction |
using | Superclass = ImageFunction< TImageType, typename NumericTraits< typename TImageType::PixelType >::RealType, TCoordRep > |
Public Types inherited from itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | |
using | ConstPointer = SmartPointer< const Self > |
using | ContinuousIndexType = ContinuousIndex< TCoordRep, Self::ImageDimension > |
using | CoordRepType = TCoordRep |
using | IndexType = typename InputImageType::IndexType |
using | IndexValueType = typename InputImageType::IndexValueType |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImageType = TImageType |
using | InputPixelType = typename InputImageType::PixelType |
using | OutputType = NumericTraits< TImageType::PixelType >::RealType |
using | Pointer = SmartPointer< Self > |
using | PointType = Point< TCoordRep, Self::ImageDimension > |
using | Self = ImageFunction |
using | Superclass = FunctionBase< Point< TCoordRep, Self::ImageDimension >, NumericTraits< TImageType::PixelType >::RealType > |
Public Types inherited from itk::FunctionBase< Point< TCoordRep, TImageType::ImageDimension >, NumericTraits< TImageType::PixelType >::RealType > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputType = Point< TCoordRep, TImageType::ImageDimension > |
using | OutputType = NumericTraits< TImageType::PixelType >::RealType |
using | Pointer = SmartPointer< Self > |
using | Self = FunctionBase |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > | |
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 () |
Protected Member Functions | |
BSplineResampleImageFunction ()=default | |
~BSplineResampleImageFunction () override=default | |
Protected Member Functions inherited from itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > | |
BSplineInterpolateImageFunction () | |
virtual OutputType | EvaluateAtContinuousIndexInternal (const ContinuousIndexType &index, 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 | |
Protected Member Functions inherited from itk::InterpolateImageFunction< TImageType, TCoordRep > | |
InterpolateImageFunction ()=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~InterpolateImageFunction () override=default | |
Protected Member Functions inherited from itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | |
ImageFunction () | |
~ImageFunction () override=default | |
Protected Member Functions inherited from itk::FunctionBase< Point< TCoordRep, TImageType::ImageDimension >, NumericTraits< TImageType::PixelType >::RealType > | |
FunctionBase ()=default | |
~FunctionBase () override=default | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
~Object () override | |
Protected Member Functions inherited from itk::LightObject | |
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, TCoordRep >::ConstPointer = SmartPointer< const Self > |
Definition at line 69 of file itkBSplineResampleImageFunction.h.
using itk::BSplineResampleImageFunction< TImageType, TCoordRep >::Pointer = SmartPointer< Self > |
Definition at line 68 of file itkBSplineResampleImageFunction.h.
using itk::BSplineResampleImageFunction< TImageType, TCoordRep >::Self = BSplineResampleImageFunction |
Standard class type aliases.
Definition at line 64 of file itkBSplineResampleImageFunction.h.
using itk::BSplineResampleImageFunction< TImageType, TCoordRep >::Superclass = BSplineInterpolateImageFunction< TImageType, TCoordRep, typename TImageType::PixelType > |
Definition at line 66 of file itkBSplineResampleImageFunction.h.
|
protecteddefault |
|
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::Object.
|
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
|
inlineoverridevirtual |
Set the input image representing the BSplineCoefficients
Reimplemented from itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep >.
Definition at line 79 of file itkBSplineResampleImageFunction.h.
References itk::SmartPointer< TObjectType >::IsNotNull(), itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >::m_Coefficients, itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >::m_DataLength, and itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >::SetInputImage().