Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxtypes.h1632 #define CV_STORAGE_READ 0 macro
/external/opencv/ml/src/
Dml_inner_functions.cpp91 CV_CALL( fs = cvOpenFileStorage( filename, 0, CV_STORAGE_READ )); in load()
/external/opencv/cxcore/src/
Dcxpersistence.cpp5183 CV_CALL( fs = cvOpenFileStorage( filename, memstorage, CV_STORAGE_READ )); in cvLoad()