Searched refs:CV_SPARSE_MAT_MAGIC_VAL (Results 1 – 2 of 2) sorted by relevance
741 #define CV_SPARSE_MAT_MAGIC_VAL 0x42440000 macro764 (((const CvSparseMat*)(mat))->type & CV_MAGIC_MASK) == CV_SPARSE_MAT_MAGIC_VAL)
670 arr->type = CV_SPARSE_MAT_MAGIC_VAL | type; in cvCreateSparseMat()