Home
last modified time | relevance | path

Searched refs:cvWrite (Results 1 – 16 of 16) sorted by relevance

/external/opencv/ml/src/
Dmlnbayes.cpp413 CV_CALL( cvWrite( fs, "var_idx", var_idx )); in write()
414 CV_CALL( cvWrite( fs, "cls_labels", cls_labels )); in write()
418 CV_CALL( cvWrite( fs, NULL, count[i] )); in write()
423 CV_CALL( cvWrite( fs, NULL, sum[i] )); in write()
428 CV_CALL( cvWrite( fs, NULL, productsum[i] )); in write()
433 CV_CALL( cvWrite( fs, NULL, avg[i] )); in write()
438 CV_CALL( cvWrite( fs, NULL, inv_eigen_values[i] )); in write()
443 CV_CALL( cvWrite( fs, NULL, cov_rotate_mats[i] )); in write()
446 CV_CALL( cvWrite( fs, "c", c )); in write()
Dmlcnn.cpp1538 CV_CALL(cvWrite( fs, "weights", layer->weights ));
1544 CV_CALL(cvWrite( fs, "connect_mask", l->connect_mask ));
1638 CV_CALL(cvWrite( fs, "etalons", cnn->etalons ));
1639 CV_CALL(cvWrite( fs, "cls_labels", cnn->cls_labels ));
Dmltree.cpp1039 cvWrite( fs, "priors", priors ); in write_params()
1044 cvWrite( fs, "var_idx", var_idx ); in write_params()
1056 cvWrite( fs, "cat_count", cat_count ); in write_params()
1057 cvWrite( fs, "cat_map", cat_map ); in write_params()
3167 cvWrite( fs, "var_importance", var_importance ); in write()
Dmlrtrees.cpp597 cvWrite( fs, "var_importance", var_importance ); in write()
Dmlsvm.cpp2063 cvWrite( fs, "class_labels", class_labels ); in write()
2066 cvWrite( fs, "class_weights", class_weights ); in write()
2070 cvWrite( fs, "var_idx", var_idx ); in write()
Dmlann_mlp.cpp1370 cvWrite( fs, "layer_sizes", layer_sizes ); in write()
/external/opencv/cxcore/src/
Dcximage.cpp208 cvWrite( fs, imgname, image ); in write()
361 cvWrite( fs, matname, matrix ); in write()
Dcxpersistence.cpp5076 cvWrite( CvFileStorage* fs, const char* name, in cvWrite() function
5162 CV_CALL( cvWrite( fs, name, struct_ptr, attributes )); in cvSave()
/external/opencv3/modules/core/src/
Dpersistence.cpp4988 cvWrite( CvFileStorage* fs, const char* name, in cvWrite() function
5027 cvWrite( fs, name.c_str(), struct_ptr, attributes ); in cvSave()
5271 cvWrite( fs, name.size() > 0 ? name.c_str() : 0, obj ); in writeObj()
5483 cvWrite( *fs, name.size() ? name.c_str() : 0, &mat ); in write()
5488 cvWrite( *fs, name.size() ? name.c_str() : 0, &mat ); in write()
5496 cvWrite( *fs, name.size() ? name.c_str() : 0, mat ); in write()
/external/opencv/cvaux/include/
Dcvvidsurv.hpp512 cvWrite(fs,name,m_pSeq,cvAttrList(attr,NULL)); in Write()
/external/opencv3/apps/traincascade/
Dold_ml_tree.cpp1327 cvWrite( fs, "priors", priors ); in write_params()
1332 cvWrite( fs, "var_idx", var_idx ); in write_params()
1344 cvWrite( fs, "cat_count", cat_count ); in write_params()
1345 cvWrite( fs, "cat_map", cat_map ); in write_params()
/external/opencv/cv/src/
Dcvhistogram.cpp2478 cvWrite( fs, "mat", &(hist->mat) ); in icvWriteHist()
2481 cvWrite( fs, "bins", hist->bins ); in icvWriteHist()
/external/opencv3/modules/ml/src/
Dgbt.cpp1026 if (class_labels) cvWrite( fs, "class_labels", class_labels);
/external/opencv/cxcore/include/
Dcxcore.h1617 CVAPI(void) cvWrite( CvFileStorage* fs, const char* name, const void* ptr,
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h2147 CVAPI(void) cvWrite( CvFileStorage* fs, const char* name, const void* ptr,
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp3800 cvWrite( fs, "mat", &(hist->mat) ); in icvWriteHist()
3802 cvWrite( fs, "bins", hist->bins ); in icvWriteHist()