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

  /external/opencv3/modules/core/include/opencv2/core/
cvdef.h 164 #define CV_IS_MAT_CONT(flags) ((flags) & CV_MAT_CONT_FLAG)
165 #define CV_IS_CONT_MAT CV_IS_MAT_CONT
  /external/opencv/cxcore/include/
cxtypes.h 533 #define CV_IS_MAT_CONT(flags) ((flags) & CV_MAT_CONT_FLAG)
534 #define CV_IS_CONT_MAT CV_IS_MAT_CONT
    [all...]

Completed in 71 milliseconds