HomeSort by relevance Sort by last modified time
    Searched refs:CV_GT (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/src/
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_)\
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h 185 #define CV_GT(a, b) ((a) > (b))
    [all...]

Completed in 52 milliseconds