Go to the documentation of this file.
18 #ifndef sitkBSplineDecompositionImageFilter_h
19 #define sitkBSplineDecompositionImageFilter_h
64 SITK_RETURN_SELF_TYPE_HEADER
SetSplineOrder (
uint32_t SplineOrder ) { this->m_SplineOrder = SplineOrder;
return *
this; }
79 std::string
GetName()
const {
return std::string (
"BSplineDecompositionImageFilter"); }
82 std::string ToString()
const;
94 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
99 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
106 std::vector<double> m_SplinePoles{std::vector<double>()};
The Image class for SimpleITK.
typelist::MakeTypeList< BasicPixelID< float >, BasicPixelID< double > >::Type RealPixelIDTypeList
std::vector< double > GetSplinePoles() const
std::string GetName() const
RealPixelIDTypeList PixelIDTypeList
Self & SetSplineOrder(uint32_t SplineOrder)
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
#define SITKBasicFilters_EXPORT
Image(Self::*)(const Image &image1) MemberFunctionType
Calculates the B-Spline coefficients of an image. Spline order may be from 0 to 5.
Image BSplineDecomposition(const Image &image1, uint32_t splineOrder=3u)
Calculates the B-Spline coefficients of an image. Spline order may be from 0 to 5.
The base interface for SimpleITK filters that take one input image.
uint32_t GetSplineOrder() const