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

/external/opencv/cxcore/include/
H A Dcxtypes.h527 #define CV_MAT_DEPTH_MASK (CV_DEPTH_MAX - 1) macro
528 #define CV_MAT_DEPTH(flags) ((flags) & CV_MAT_DEPTH_MASK)
600 ((((mat1)->type ^ (mat2)->type) & CV_MAT_DEPTH_MASK) == 0)

Completed in 56 milliseconds