28#ifndef itkBSplineCenteredL2ResampleImageFilterBase_h
29#define itkBSplineCenteredL2ResampleImageFilterBase_h
82template <
typename TInputImage,
typename TOutputImage>
109#ifndef ITK_MANUAL_INSTANTIATION
110# include "itkBSplineCenteredL2ResampleImageFilterBase.hxx"
Uses the "Centered L2" B-Spline pyramid implementation of B-Spline Filters to up/down sample an image...
~BSplineCenteredL2ResampleImageFilterBase() override=default
void InitializePyramidSplineFilter(int SplineOrder) override
void PrintSelf(std::ostream &os, Indent indent) const override
BSplineCenteredL2ResampleImageFilterBase()=default
Evaluates the Centered B-Spline interpolation of an image. Spline order may be from 0 to 5.
Base class for all process objects that output image data.
Control indentation during Print() invocation.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....