Searched defs:CV_MAT_DEPTH (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxtypes.h528 #define CV_MAT_DEPTH(flags) ((flags) & CV_MAT_DEPTH_MASK) macro
611 ((((sizeof(size_t)<<28)|0x8442211) >> CV_MAT_DEPTH(type)*4) & 15)
615 (CV_MAT_CN(type) << ((((sizeof(size_t)/4+1)*16384|0x3a50) >> CV_MAT_DEPTH(type)*2) & 3))
625 assert( (unsigned)CV_MAT_DEPTH(type) <= CV_64F );
688 int depth = CV_MAT_DEPTH(type);

Completed in 1385 milliseconds