Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.cpp132 static float BilinearTab_f[INTER_TAB_SIZE2][2][2]; variable
220 tab = BilinearTab_f[0][0], itab = BilinearTab_i[0][0], ksize=2; in initInterTab2D()