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

  /external/opencv/cxcore/include/
cxtypes.h 197 #define CV_IMIN(a, b) ((a) ^ (((a)^(b)) & (((a) < (b)) - 1)))
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 184 #define CV_IMIN(a, b) ((a) ^ (((a)^(b)) & (((a) < (b)) - 1)))
    [all...]

Completed in 519 milliseconds