Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxtypes.h1633 #define CV_STORAGE_WRITE 1 macro
1634 #define CV_STORAGE_WRITE_TEXT CV_STORAGE_WRITE
1635 #define CV_STORAGE_WRITE_BINARY CV_STORAGE_WRITE
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1663 #define CV_STORAGE_WRITE 1 macro
1664 #define CV_STORAGE_WRITE_TEXT CV_STORAGE_WRITE
1665 #define CV_STORAGE_WRITE_BINARY CV_STORAGE_WRITE
/external/opencv3/apps/traincascade/
Dold_ml_inner_functions.cpp69 CV_CALL( fs = cvOpenFileStorage( filename, 0, CV_STORAGE_WRITE )); in save()
/external/opencv/ml/src/
Dml_inner_functions.cpp69 CV_CALL( fs = cvOpenFileStorage( filename, 0, CV_STORAGE_WRITE )); in save()
/external/opencv/cxcore/src/
Dcxpersistence.cpp5120 CV_CALL( fs = cvOpenFileStorage( filename, 0, CV_STORAGE_WRITE )); in cvSave()
/external/opencv3/modules/core/src/
Dpersistence.cpp5019 fs = cvOpenFileStorage( filename, 0, CV_STORAGE_WRITE ); in cvSave()