HomeSort by relevance Sort by last modified time
    Searched refs:CvFileStorage (Results 1 - 25 of 46) sorted by null

1 2

  /external/opencv/ml/include/
ml.h 198 virtual void write( CvFileStorage* storage, const char* name );
199 virtual void read( CvFileStorage* storage, CvFileNode* node );
253 virtual void write( CvFileStorage* storage, const char* name );
254 virtual void read( CvFileStorage* storage, CvFileNode* node );
523 virtual void write( CvFileStorage* storage, const char* name );
524 virtual void read( CvFileStorage* storage, CvFileNode* node );
538 virtual void write_params( CvFileStorage* fs );
539 virtual void read_params( CvFileStorage* fs, CvFileNode* node );
761 virtual void write_params( CvFileStorage* fs );
762 virtual void read_params( CvFileStorage* fs, CvFileNode* node )
    [all...]
  /external/opencv/cxcore/src/
cximage.cpp 147 bool CvImage::read( CvFileStorage* fs, const char* mapname, const char* imgname )
167 bool CvImage::read( CvFileStorage* fs, const char* seqname, int idx )
205 void CvImage::write( CvFileStorage* fs, const char* imgname )
300 bool CvMatrix::read( CvFileStorage* fs, const char* mapname, const char* matname )
320 bool CvMatrix::read( CvFileStorage* fs, const char* seqname, int idx )
358 void CvMatrix::write( CvFileStorage* fs, const char* matname )
cxpersistence.cpp 107 //typedef void (*CvParse)( struct CvFileStorage* fs );
108 typedef void (*CvStartWriteStruct)( struct CvFileStorage* fs, const char* key,
110 typedef void (*CvEndWriteStruct)( struct CvFileStorage* fs );
111 typedef void (*CvWriteInt)( struct CvFileStorage* fs, const char* key, int value );
112 typedef void (*CvWriteReal)( struct CvFileStorage* fs, const char* key, double value );
113 typedef void (*CvWriteString)( struct CvFileStorage* fs, const char* key,
115 typedef void (*CvWriteComment)( struct CvFileStorage* fs, const char* comment, int eol_comment );
116 typedef void (*CvStartNextStream)( struct CvFileStorage* fs );
118 typedef struct CvFileStorage
154 CvFileStorage;
    [all...]
  /external/opencv/cxcore/include/
cxcore.hpp 69 CvImage( CvFileStorage* fs, const char* mapname, const char* imgname ) : image(0), refcount(0)
72 CvImage( CvFileStorage* fs, const char* seqname, int idx ) : image(0), refcount(0)
120 bool read( CvFileStorage* fs, const char* mapname, const char* imgname );
121 bool read( CvFileStorage* fs, const char* seqname, int idx );
123 void write( CvFileStorage* fs, const char* imgname );
239 CvMatrix( CvFileStorage* fs, const char* mapname, const char* matname ) : matrix(0)
242 CvMatrix( CvFileStorage* fs, const char* seqname, int idx ) : matrix(0)
303 bool read( CvFileStorage* fs, const char* mapname, const char* matname );
304 bool read( CvFileStorage* fs, const char* seqname, int idx );
306 void write( CvFileStorage* fs, const char* matname )
    [all...]
cxcore.h     [all...]
cxtypes.h     [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp 147 virtual void write( CvFileStorage* storage, const char* name ) const;
148 virtual void read( CvFileStorage* storage, CvFileNode* node );
213 virtual void write( CvFileStorage* storage, const char* name ) const;
214 virtual void read( CvFileStorage* storage, CvFileNode* node );
524 virtual void write( CvFileStorage* storage, const char* name ) const;
525 virtual void read( CvFileStorage* storage, CvFileNode* node );
541 virtual void write_params( CvFileStorage* fs ) const;
542 virtual void read_params( CvFileStorage* fs, CvFileNode* node );
676 virtual void write_params( CvFileStorage* fs ) const;
677 virtual void read_params( CvFileStorage* fs, CvFileNode* node )
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 190 //typedef void (*CvParse)( struct CvFileStorage* fs );
191 typedef void (*CvStartWriteStruct)( struct CvFileStorage* fs, const char* key,
193 typedef void (*CvEndWriteStruct)( struct CvFileStorage* fs );
194 typedef void (*CvWriteInt)( struct CvFileStorage* fs, const char* key, int value );
195 typedef void (*CvWriteReal)( struct CvFileStorage* fs, const char* key, double value );
196 typedef void (*CvWriteString)( struct CvFileStorage* fs, const char* key,
198 typedef void (*CvWriteComment)( struct CvFileStorage* fs, const char* comment, int eol_comment );
199 typedef void (*CvStartNextStream)( struct CvFileStorage* fs );
201 typedef struct CvFileStorage
243 CvFileStorage;
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
persistence.hpp 56 Several functions that are described below take CvFileStorage\* as inputs and allow the user to
90 typedef struct CvFileStorage CvFileStorage;
342 FileStorage(CvFileStorage* fs, bool owning=true);
406 CvFileStorage* operator *() { return fs.get(); }
409 const CvFileStorage* operator *() const { return fs.get(); }
434 Ptr<CvFileStorage> fs; //!< the underlying C FileStorage structure
440 template<> CV_EXPORTS void DefaultDeleter<CvFileStorage>::operator ()(CvFileStorage* obj) const;
486 FileNode(const CvFileStorage* fs, const CvFileNode* node)
    [all...]
core_c.h     [all...]
types_c.h     [all...]
  /external/opencv3/modules/ml/test/
test_precomp.hpp 48 virtual int read_params( CvFileStorage* fs );
  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 221 virtual int read_params( CvFileStorage* fs );
239 const CvFileNode* find_param( CvFileStorage* fs, const char* param_name );
401 CvFileStorage* get_file_storage();
448 virtual int read_params( CvFileStorage* fs );
  /external/opencv/ml/src/
mlrtrees.cpp 161 void CvForestTree::read( CvFileStorage* fs, CvFileNode* fnode, CvRTrees* _forest, CvDTreeTrainData* _data )
168 void CvForestTree::read( CvFileStorage*, CvFileNode* )
173 void CvForestTree::read( CvFileStorage* _fs, CvFileNode* _node,
578 void CvRTrees::write( CvFileStorage* fs, const char* name )
619 void CvRTrees::read( CvFileStorage* fs, CvFileNode* fnode )
mlboost.cpp 773 void CvBoostTree::read( CvFileStorage* fs, CvFileNode* fnode, CvBoost* _ensemble, CvDTreeTrainData* _data )
780 void CvBoostTree::read( CvFileStorage*, CvFileNode* )
785 void CvBoostTree::read( CvFileStorage* _fs, CvFileNode* _node,
    [all...]
mlnbayes.cpp 397 void CvNormalBayesClassifier::write( CvFileStorage* fs, const char* name )
454 void CvNormalBayesClassifier::read( CvFileStorage* fs, CvFileNode* root_node )
  /external/opencv3/modules/calib3d/test/
test_chesscorners_timing.cpp 80 CvFileStorage* fs = cvOpenFileStorage( filename.c_str(), 0, CV_STORAGE_READ );
test_fundam.cpp 524 int read_params( CvFileStorage* fs );
558 int CV_RodriguesTest::read_params( CvFileStorage* fs )
766 int read_params( CvFileStorage* fs );
821 int CV_FundamentalMatTest::read_params( CvFileStorage* fs )
1062 int read_params( CvFileStorage* fs );
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 374 virtual void SaveState(CvFileStorage*){};
375 virtual void LoadState(CvFileStorage*, CvFileNode*){};
379 void inline cvWriteStruct(CvFileStorage* fs, const char* name, void* addr, char* desc, int num=1)
385 void inline cvReadStructByName(CvFileStorage* fs, CvFileNode* node, const char* name, void* addr, char* desc)
507 virtual void Write(CvFileStorage* fs, const char* name)
515 virtual void Load(CvFileStorage* fs, CvFileNode* node)
    [all...]
  /external/opencv3/modules/ts/src/
ts.cpp 183 const CvFileNode* BaseTest::find_param( CvFileStorage* fs, const char* param_name )
190 int BaseTest::read_params( CvFileStorage* )
521 CvFileStorage* TS::get_file_storage() { return 0; }
ts_arrtest.cpp 83 int ArrayTest::read_params( CvFileStorage* fs )
  /external/opencv3/modules/imgproc/test/
test_contours.cpp 58 int read_params( CvFileStorage* fs );
115 int CV_FindContourTest::read_params( CvFileStorage* fs )
test_templmatch.cpp 53 int read_params( CvFileStorage* fs );
79 int CV_TemplMatchTest::read_params( CvFileStorage* fs )
318 CvFileStorage* fs = cvOpenFileStorage( "_match_template.yml", 0, CV_STORAGE_WRITE );
  /external/opencv3/modules/ml/src/
gbt.cpp 1007 void CvGBTrees::write_params( CvFileStorage* fs ) const
1036 void CvGBTrees::read_params( CvFileStorage* fs, CvFileNode* fnode )
    [all...]
  /external/opencv3/modules/video/test/
test_camshift.cpp 56 int read_params( CvFileStorage* fs );
93 int CV_TrackBaseTest::read_params( CvFileStorage* fs )

Completed in 704 milliseconds

1 2