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

  /external/opencv/cxcore/include/
cxtypes.h 1158 #define CV_STORAGE_MAGIC_VAL 0x42890000
1173 (((CvMemStorage*)(storage))->signature & CV_MAGIC_MASK) == CV_STORAGE_MAGIC_VAL)
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 99 storage->signature = CV_STORAGE_MAGIC_VAL;
    [all...]

Completed in 101 milliseconds