Home
last modified time | relevance | path

Searched refs:CV_MATND_MAGIC_VAL (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cxcore/include/
Dcxtypes.h698 #define CV_MATND_MAGIC_VAL 0x42430000 macro
731 ((mat) != NULL && (((const CvMatND*)(mat))->type & CV_MAGIC_MASK) == CV_MATND_MAGIC_VAL)
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h613 #define CV_MATND_MAGIC_VAL 0x42430000 macro
658 ((mat) != NULL && (((const CvMatND*)(mat))->type & CV_MAGIC_MASK) == CV_MATND_MAGIC_VAL)
/external/opencv/cxcore/src/
Dcxarray.cpp314 mat->type = CV_MATND_MAGIC_VAL | (step <= INT_MAX ? CV_MAT_CONT_FLAG : 0) | type; in cvInitMatNDHeader()
/external/opencv3/modules/core/src/
Darray.cpp260 mat->type = CV_MATND_MAGIC_VAL | (step <= INT_MAX ? CV_MAT_CONT_FLAG : 0) | type; in cvInitMatNDHeader()