|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
28 #ifndef itkBSplineCenteredResampleImageFilterBase_h
29 #define itkBSplineCenteredResampleImageFilterBase_h
64 template <
typename TInputImage,
typename TOutputImage>
91 InitializePyramidSplineFilter(
int SplineOrder)
override;
94 Reduce1DImage(
const std::vector<double> & in,
96 unsigned int inTraverseSize,
100 Expand1DImage(
const std::vector<double> & in,
102 unsigned int inTraverseSize,
109 PrintSelf(std::ostream & os,
Indent indent)
const override;
119 #ifndef ITK_MANUAL_INSTANTIATION
120 # include "itkBSplineCenteredResampleImageFilterBase.hxx"
Uses the "l2" spline pyramid implementation of B-Spline Filters to up/down sample an image by a facto...
Evaluates the Centered B-Spline interpolation of an image. Spline order may be from 0 to 5.
Control indentation during Print() invocation.
Base class for all process objects that output image data.
typename TInputImage::IndexValueType IndexValueType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename TInputImage::SizeValueType SizeValueType
typename OutputImageType::PixelType OutputImagePixelType
signed long IndexValueType
typename Superclass::OutputImageIterator OutputImageIterator
Implements progress tracking for a filter.
unsigned long SizeValueType