Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.cpp213 static const void* initInterTab2D( int method, bool fixpt ) in initInterTab2D() function
292 return initInterTab2D( INTER_LINEAR, false ) && in initAllInterTab2D()
293 initInterTab2D( INTER_LINEAR, true ) && in initAllInterTab2D()
294 initInterTab2D( INTER_CUBIC, false ) && in initAllInterTab2D()
295 initInterTab2D( INTER_CUBIC, true ) && in initAllInterTab2D()
296 initInterTab2D( INTER_LANCZOS4, false ) && in initAllInterTab2D()
297 initInterTab2D( INTER_LANCZOS4, true ); in initAllInterTab2D()
1801 ctab = initInterTab2D( interpolation, fixpt ); in remap()