28#ifndef itkBSplineL2ResampleImageFilterBase_h
29#define itkBSplineL2ResampleImageFilterBase_h
83template <
typename TInputImage,
typename TOutputImage>
110#ifndef ITK_MANUAL_INSTANTIATION
111# include "itkBSplineL2ResampleImageFilterBase.hxx"
Uses the "Centered l2" B-Spline pyramid implementation of B-Spline Filters to up/down sample an image...
void InitializePyramidSplineFilter(int SplineOrder) override
~BSplineL2ResampleImageFilterBase() override=default
void PrintSelf(std::ostream &os, Indent indent) const override
BSplineL2ResampleImageFilterBase()=default
Uses the "l2" spline pyramid implementation of B-Spline Filters to up/down sample an image by a facto...
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....