Home
last modified time | relevance | path

Searched refs:CV_MATND_MAGIC_VAL (Results 1 – 2 of 2) 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/opencv/cxcore/src/
Dcxarray.cpp314 mat->type = CV_MATND_MAGIC_VAL | (step <= INT_MAX ? CV_MAT_CONT_FLAG : 0) | type; in cvInitMatNDHeader()