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

/external/opencv/cxcore/include/
H A Dcxtypes.h530 #define CV_MAT_TYPE(flags) ((flags) & CV_MAT_TYPE_MASK) macro
626 type = CV_MAT_TYPE(type);
655 type = CV_MAT_TYPE(mat->type);
672 type = CV_MAT_TYPE(mat->type);

Completed in 36 milliseconds