Searched refs:CV_GT (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxcmp.cpp | 509 ICV_DEF_CMP_FUNC( CV_GT, CmpGT, flavor, arrtype, worktype, _toggle_macro_ ) \ 511 ICV_DEF_CMP_CONST_FUNC( CV_GT, CmpGT, flavor, arrtype, worktype, _toggle_macro_)\
|
/external/opencv/cxcore/include/ |
D | cxmisc.h | 185 #define CV_GT(a, b) ((a) > (b)) macro
|