Searched refs:cvWrite (Results 1 - 11 of 11) sorted by relevance

/external/opencv/ml/src/
H A Dmlnbayes.cpp413 CV_CALL( cvWrite( fs, "var_idx", var_idx ));
414 CV_CALL( cvWrite( fs, "cls_labels", cls_labels ));
418 CV_CALL( cvWrite( fs, NULL, count[i] ));
423 CV_CALL( cvWrite( fs, NULL, sum[i] ));
428 CV_CALL( cvWrite( fs, NULL, productsum[i] ));
433 CV_CALL( cvWrite( fs, NULL, avg[i] ));
438 CV_CALL( cvWrite( fs, NULL, inv_eigen_values[i] ));
443 CV_CALL( cvWrite( fs, NULL, cov_rotate_mats[i] ));
446 CV_CALL( cvWrite( fs, "c", c ));
H A 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 ));
H A Dmlrtrees.cpp597 cvWrite( fs, "var_importance", var_importance );
H A Dmltree.cpp1039 cvWrite( fs, "priors", priors );
1044 cvWrite( fs, "var_idx", var_idx );
1056 cvWrite( fs, "cat_count", cat_count );
1057 cvWrite( fs, "cat_map", cat_map );
3167 cvWrite( fs, "var_importance", var_importance );
H A Dmlsvm.cpp2063 cvWrite( fs, "class_labels", class_labels );
2066 cvWrite( fs, "class_weights", class_weights );
2070 cvWrite( fs, "var_idx", var_idx );
H A Dmlann_mlp.cpp1370 cvWrite( fs, "layer_sizes", layer_sizes );
/external/opencv/cxcore/src/
H A Dcximage.cpp208 cvWrite( fs, imgname, image );
361 cvWrite( fs, matname, matrix );
H A Dcxpersistence.cpp5076 cvWrite( CvFileStorage* fs, const char* name, function
5079 CV_FUNCNAME( "cvWrite" );
5162 CV_CALL( cvWrite( fs, name, struct_ptr, attributes ));
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp512 cvWrite(fs,name,m_pSeq,cvAttrList(attr,NULL));
/external/opencv/cv/src/
H A Dcvhistogram.cpp2478 cvWrite( fs, "mat", &(hist->mat) );
2481 cvWrite( fs, "bins", hist->bins );
/external/opencv/cxcore/include/
H A Dcxcore.h1617 CVAPI(void) cvWrite( CvFileStorage* fs, const char* name, const void* ptr,

Completed in 338 milliseconds