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

  /external/opencv3/modules/core/include/opencv2/core/
cvdef.h 159 #define CV_MAT_CN(flags) ((((flags) & CV_MAT_CN_MASK) >> CV_CN_SHIFT) + 1)
177 (CV_MAT_CN(type) << ((((sizeof(size_t)/4+1)*16384|0x3a50) >> CV_MAT_DEPTH(type)*2) & 3))
  /external/opencv/cxcore/include/
cxtypes.h 526 #define CV_MAT_CN(flags) ((((flags) & CV_MAT_CN_MASK) >> CV_CN_SHIFT) + 1)
615 (CV_MAT_CN(type) << ((((sizeof(size_t)/4+1)*16384|0x3a50) >> CV_MAT_DEPTH(type)*2) & 3))
    [all...]

Completed in 72 milliseconds