Searched defs:CV_SPARSE_MAT_MAGIC_VAL (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxtypes.h741 #define CV_SPARSE_MAT_MAGIC_VAL 0x42440000 macro
764 (((const CvSparseMat*)(mat))->type & CV_MAGIC_MASK) == CV_SPARSE_MAT_MAGIC_VAL)

Completed in 45 milliseconds