Searched refs:CV_STORAGE_READ (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/calib3d/test/ |
D | test_chesscorners_timing.cpp | 80 CvFileStorage* fs = cvOpenFileStorage( filename.c_str(), 0, CV_STORAGE_READ ); in run()
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 1632 #define CV_STORAGE_READ 0 macro
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types_c.h | 1662 #define CV_STORAGE_READ 0 macro
|
/external/opencv3/apps/traincascade/ |
D | old_ml_inner_functions.cpp | 91 CV_CALL( fs = cvOpenFileStorage( filename, 0, CV_STORAGE_READ )); in load()
|
/external/opencv/ml/src/ |
D | ml_inner_functions.cpp | 91 CV_CALL( fs = cvOpenFileStorage( filename, 0, CV_STORAGE_READ )); in load()
|
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 5183 CV_CALL( fs = cvOpenFileStorage( filename, memstorage, CV_STORAGE_READ )); in cvLoad()
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 5037 cv::FileStorage fs(cvOpenFileStorage(filename, memstorage, CV_STORAGE_READ)); in cvLoad()
|