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

  /external/opencv3/modules/core/include/opencv2/core/
cvdef.h 110 #define CV_MAT_DEPTH_MASK (CV_DEPTH_MAX - 1)
111 #define CV_MAT_DEPTH(flags) ((flags) & CV_MAT_DEPTH_MASK)
  /external/opencv/cxcore/include/
cxtypes.h 527 #define CV_MAT_DEPTH_MASK (CV_DEPTH_MAX - 1)
528 #define CV_MAT_DEPTH(flags) ((flags) & CV_MAT_DEPTH_MASK)
600 ((((mat1)->type ^ (mat2)->type) & CV_MAT_DEPTH_MASK) == 0)
    [all...]

Completed in 2745 milliseconds