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

  /external/opencv/cxcore/include/
cxtypes.h 186 #define CV_SWAP(a,b,t) ((t) = (a), (a) = (b), (b) = (t))
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 181 #define CV_SWAP(a,b,t) ((t) = (a), (a) = (b), (b) = (t))
    [all...]

Completed in 388 milliseconds