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

  /external/opencv/cxcore/src/
cxcmp.cpp 510 ICV_DEF_CMP_FUNC( CV_EQ, CmpEQ, flavor, arrtype, worktype, _toggle_macro_ ) \
513 ICV_DEF_CMP_CONST_FUNC( CV_EQ, CmpEQ, flavor, arrtype, worktype, _toggle_macro_)
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h 183 #define CV_EQ(a, b) ((a) == (b))
    [all...]

Completed in 1452 milliseconds