OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cmp_tab
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cxcore/src/
cxcmp.cpp
556
static CvFuncTable
cmp_tab
[2];
local
576
icvInitCmpGTC1RTable( &
cmp_tab
[0] );
577
icvInitCmpEQC1RTable( &
cmp_tab
[1] );
654
func = (CvFunc2D_3A)(
cmp_tab
[cmp_op == CV_CMP_EQ].fn_2d[type]);
[
all
...]
Completed in 86 milliseconds