Home
last modified time | relevance | path

Searched refs:interpolateLanczos4 (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/
H A Dtest_imgwarp_strict.cpp389 void interpolateLanczos4(float x, float* coeffs) in interpolateLanczos4() function
418 …interpolate_method inter_array[] = { &interpolateLinear, &interpolateCubic, &interpolateLanczos4 };
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp918 static inline void interpolateLanczos4( float x, float* coeffs ) in interpolateLanczos4() function
3975 interpolateLanczos4( fx, cbuf ); in resize()
4016 interpolateLanczos4( fy, cbuf ); in resize()
H A Dimgwarp.cpp162 static inline void interpolateLanczos4( float x, float* coeffs ) in interpolateLanczos4() function
206 interpolateLanczos4( i*scale, tab ); in initInterTab1D()