Home
last modified time | relevance | path

Searched refs:CV_STORAGE_APPEND (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
Dcxtypes.h1636 #define CV_STORAGE_APPEND 2 macro
/external/opencv/cxcore/src/
Dcxpersistence.cpp2683 bool append = (flags & 3) == CV_STORAGE_APPEND; in cvOpenFileStorage()