HomeSort by relevance Sort by last modified time
    Searched refs:CV_SPARSE_MAT_MAGIC_VAL (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/include/
cxtypes.h 741 #define CV_SPARSE_MAT_MAGIC_VAL 0x42440000
764 (((const CvSparseMat*)(mat))->type & CV_MAGIC_MASK) == CV_SPARSE_MAT_MAGIC_VAL)
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 670 arr->type = CV_SPARSE_MAT_MAGIC_VAL | type;
    [all...]

Completed in 42 milliseconds