Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.cpp1089 planar_input(_planar_input), nnfunc(_nnfunc), ifunc(_ifunc), ctab(_ctab) in RemapInvoker()
1102 if( !nnfunc ) in operator ()()
1114 if( nnfunc ) in operator ()()
1169 nnfunc( *src, dpart, bufxy, borderType, borderValue ); in operator ()()
1288 RemapNNFunc nnfunc; member in cv::RemapInvoker
1775 RemapNNFunc nnfunc = 0; in remap() local
1783 nnfunc = nn_tab[depth]; in remap()
1784 CV_Assert( nnfunc != 0 ); in remap()
1820 borderType, borderValue, planar_input, nnfunc, ifunc, in remap()