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

  /external/opencv/cxcore/src/
cxpersistence.cpp 163 #define CV_IS_FILE_STORAGE(fs) ((fs) != 0 && (fs)->flags == CV_FILE_STORAGE)
167 if( !CV_IS_FILE_STORAGE(fs) ) \
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 334 #define CV_IS_FILE_STORAGE(fs) ((fs) != 0 && (fs)->flags == CV_FILE_STORAGE)
338 if( !CV_IS_FILE_STORAGE(fs) ) \
    [all...]

Completed in 297 milliseconds