Home
last modified time | relevance | path

Searched defs:CvFileStorage (Results 1 – 12 of 12) sorted by relevance

/external/opencv/cxcore/src/
Dcxpersistence.cpp118 typedef struct CvFileStorage struct
120 int flags;
121 int is_xml;
122 int write_mode;
123 int is_first;
124 CvMemStorage* memstorage;
125 CvMemStorage* dststorage;
126 CvMemStorage* strstorage;
127 CvStringHash* str_hash;
128 CvSeq* roots;
[all …]
/external/opencv3/modules/core/src/
Dpersistence.cpp201 typedef struct CvFileStorage struct
203 int flags;
204 int fmt;
205 int write_mode;
206 int is_first;
207 CvMemStorage* memstorage;
208 CvMemStorage* dststorage;
209 CvMemStorage* strstorage;
210 CvStringHash* str_hash;
211 CvSeq* roots;
[all …]
/external/opencv/ml/src/
Dmlrtrees.cpp168 void CvForestTree::read( CvFileStorage*, CvFileNode* ) in read() argument
Dml_inner_functions.cpp112 void CvStatModel::write( CvFileStorage*, const char* ) in write() argument
118 void CvStatModel::read( CvFileStorage*, CvFileNode* ) in read() argument
Dmlboost.cpp780 void CvBoostTree::read( CvFileStorage*, CvFileNode* ) in read() argument
/external/opencv3/apps/traincascade/
Dold_ml_inner_functions.cpp112 void CvStatModel::write( CvFileStorage*, const char* ) const in write() argument
118 void CvStatModel::read( CvFileStorage*, CvFileNode* ) in read() argument
Dold_ml_boost.cpp885 void CvBoostTree::read( CvFileStorage*, CvFileNode* ) in read() argument
/external/opencv3/modules/ts/src/
Dts.cpp190 int BaseTest::read_params( CvFileStorage* ) in read_params() argument
/external/opencv/cvaux/include/
Dcvvidsurv.hpp374 virtual void SaveState(CvFileStorage*){}; in SaveState() argument
375 virtual void LoadState(CvFileStorage*, CvFileNode*){}; in LoadState() argument
/external/opencv3/modules/core/include/opencv2/core/
Dpersistence.hpp90 typedef struct CvFileStorage CvFileStorage; typedef
Dtypes_c.h1659 typedef struct CvFileStorage CvFileStorage; typedef
/external/opencv/cxcore/include/
Dcxtypes.h1629 typedef struct CvFileStorage CvFileStorage; typedef