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

  /external/opencv/cxcore/include/
cxtypes.h 207 #define CV_CMP(a,b) (((a) > (b)) - ((a) < (b)))
208 #define CV_SIGN(a) CV_CMP((a),0)
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 194 #define CV_CMP(a,b) (((a) > (b)) - ((a) < (b)))
195 #define CV_SIGN(a) CV_CMP((a),0)
    [all...]

Completed in 37 milliseconds