HomeSort by relevance Sort by last modified time
    Searched refs:CV_SPARSE_MAT_MAGIC_VAL (Results 1 - 4 of 4) 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/opencv3/modules/core/include/opencv2/core/
types_c.h 668 #define CV_SPARSE_MAT_MAGIC_VAL 0x42440000
703 (((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...]
  /external/opencv3/modules/core/src/
array.cpp 561 arr->type = CV_SPARSE_MAT_MAGIC_VAL | type;
    [all...]

Completed in 40 milliseconds