ITK
5.2.0
Insight Toolkit
|
#include <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 | SizeType = typename Superclass::SizeType |
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 | SizeType = typename InputImageType::SizeType |
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 val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
void | SetInputImage (const TImageType *inputData) override |
BSplineResampleImageFunction ()=default | |
~BSplineResampleImageFunction () override=default | |
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.
using itk::BSplineResampleImageFunction< TImageType, TCoordRep >::ConstPointer = SmartPointer<const Self> |
Definition at line 68 of file itkBSplineResampleImageFunction.h.
using itk::BSplineResampleImageFunction< TImageType, TCoordRep >::Pointer = SmartPointer<Self> |
Definition at line 67 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 65 of file itkBSplineResampleImageFunction.h.
|
protecteddefault |
Set the input image representing the BSplineCoefficients
|
overrideprotecteddefault |
Set the input image representing the BSplineCoefficients
|
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 78 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().