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

  /external/opencv/cxcore/include/
cxtypes.h 1160 typedef struct CvMemStorage
1165 struct CvMemStorage* parent; /* We get new blocks from parent as needed. */
1169 CvMemStorage;
1173 (((CvMemStorage*)(storage))->signature & CV_MAGIC_MASK) == CV_STORAGE_MAGIC_VAL)
1217 CvMemStorage* storage; /* Where the seq is stored. */ \
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h     [all...]

Completed in 330 milliseconds