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

  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 258 #define IPL_DEPTH_SIGN 0x80000000
265 #define IPL_DEPTH_8S (IPL_DEPTH_SIGN| 8)
266 #define IPL_DEPTH_16S (IPL_DEPTH_SIGN|16)
267 #define IPL_DEPTH_32S (IPL_DEPTH_SIGN|32)
503 (((depth) & IPL_DEPTH_SIGN) ? 20 : 0))) & 15)
605 depth == CV_32S ? IPL_DEPTH_SIGN : 0);
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 335 #define IPL_DEPTH_SIGN 0x80000000
342 #define IPL_DEPTH_8S (IPL_DEPTH_SIGN| 8)
343 #define IPL_DEPTH_16S (IPL_DEPTH_SIGN|16)
344 #define IPL_DEPTH_32S (IPL_DEPTH_SIGN|32)
690 depth == CV_32S ? IPL_DEPTH_SIGN : 0);
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
  /external/opencv3/modules/core/src/
array.cpp     [all...]

Completed in 224 milliseconds