Home
last modified time | relevance | path

Searched refs:CV_SPARSE_MAT_MAGIC_VAL (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
Dcxtypes.h741 #define CV_SPARSE_MAT_MAGIC_VAL 0x42440000 macro
764 (((const CvSparseMat*)(mat))->type & CV_MAGIC_MASK) == CV_SPARSE_MAT_MAGIC_VAL)
/external/opencv/cxcore/src/
Dcxarray.cpp670 arr->type = CV_SPARSE_MAT_MAGIC_VAL | type; in cvCreateSparseMat()