HomeSort by relevance Sort by last modified time
    Searched refs:cvWrite (Results 1 - 11 of 11) sorted by null

  /external/opencv/ml/src/
mlnbayes.cpp 413 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 ));
mlcnn.cpp     [all...]
mlrtrees.cpp 597 cvWrite( fs, "var_importance", var_importance );
mltree.cpp     [all...]
mlsvm.cpp     [all...]
mlann_mlp.cpp     [all...]
  /external/opencv/cxcore/src/
cximage.cpp 208 cvWrite( fs, imgname, image );
361 cvWrite( fs, matname, matrix );
cxpersistence.cpp     [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 512 cvWrite(fs,name,m_pSeq,cvAttrList(attr,NULL));
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 380 milliseconds