Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxpersistence.cpp163 #define CV_IS_FILE_STORAGE(fs) ((fs) != 0 && (fs)->flags == CV_FILE_STORAGE) macro
167 if( !CV_IS_FILE_STORAGE(fs) ) \