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

  /external/opencv3/modules/core/include/opencv2/core/
cvdef.h 161 #define CV_MAT_TYPE(flags) ((flags) & CV_MAT_TYPE_MASK)
  /external/opencv/cxcore/include/
cxtypes.h 530 #define CV_MAT_TYPE(flags) ((flags) & CV_MAT_TYPE_MASK)
626 type = CV_MAT_TYPE(type);
655 type = CV_MAT_TYPE(mat->type);
672 type = CV_MAT_TYPE(mat->type);
    [all...]

Completed in 58 milliseconds