Home
last modified time | relevance | path

Searched refs:CV_STORAGE_WRITE (Results 1 – 3 of 3) 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/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()