35 #ifndef AIMS_RESAMPLING_QUADRATICRESAMPLER_D_H 36 #define AIMS_RESAMPLING_QUADRATICRESAMPLER_D_H 50 this->
_poles.push_back( std::sqrt( 8.0 ) - 3.0 );
51 this->
_gain = 24.0 - std::sqrt( 512.0 );
74 x = std::fabs( x - (
double )i );
double getBSplineWeight(int i, double x) const CARTO_OVERRIDE
Returns .
int getOrder() const CARTO_OVERRIDE
Spline order (1 to 7)
std::vector< double > _poles
B-Spline-based resampling.