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

  /external/opencv/cxcore/src/
cxlogic.cpp 511 ICV_DEF_BIN_LOG_OP_2D( CV_OR, Or )
512 ICV_DEF_UN_LOG_OP_2D( CV_OR, OrC )
  /external/opencv/cxcore/include/
cxmisc.h 175 #define CV_OR(a, b) ((a) | (b))
    [all...]

Completed in 563 milliseconds