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

  /external/opencv/cxcore/src/
cxlogic.cpp 508 ICV_DEF_BIN_LOG_OP_2D( CV_AND, And )
509 ICV_DEF_UN_LOG_OP_2D( CV_AND, AndC )
  /external/opencv/cxcore/include/
cxmisc.h 174 #define CV_AND(a, b) ((a) & (b))
    [all...]

Completed in 27 milliseconds