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

  /external/opencv3/modules/core/include/opencv2/core/
private.hpp 141 #define CV_TOGGLE_DBL(x) ((x)^((int64)(x) < 0 ? CV_BIG_INT(0x7fffffffffffffff) : 0))
  /external/opencv/cxcore/include/
cxmisc.h 167 #define CV_TOGGLE_DBL(x) \
    [all...]

Completed in 100 milliseconds