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

  /external/opencv/ml/src/
mlrtrees.cpp 591 cvWriteInt( fs, "nclasses", nclasses );
592 cvWriteInt( fs, "nsamples", nsamples );
593 cvWriteInt( fs, "nactive_vars", (int)cvSum(active_var_mask).val[0] );
599 cvWriteInt( fs, "ntrees", ntrees );
mltree.cpp 1010 cvWriteInt( fs, "is_classifier", is_classifier ? 1 : 0 );
1011 cvWriteInt( fs, "var_all", var_all );
1012 cvWriteInt( fs, "var_count", var_count );
1013 cvWriteInt( fs, "ord_var_count", ord_var_count );
1014 cvWriteInt( fs, "cat_var_count", cat_var_count );
1017 cvWriteInt( fs, "use_surrogates", params.use_surrogates ? 1 : 0 );
1021 cvWriteInt( fs, "max_categories", params.max_categories );
1028 cvWriteInt( fs, "max_depth", params.max_depth );
1029 cvWriteInt( fs, "min_sample_count", params.min_sample_count );
1030 cvWriteInt( fs, "cross_validation_folds", params.cv_folds )
    [all...]
mlcnn.cpp     [all...]
mlnbayes.cpp 409 CV_CALL( cvWriteInt( fs, "var_count", var_count ));
410 CV_CALL( cvWriteInt( fs, "var_all", var_all ));
mlsvm.cpp     [all...]
mlboost.cpp     [all...]
mlann_mlp.cpp     [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 111 typedef void (*CvWriteInt)( struct CvFileStorage* fs, const char* key, int value );
147 CvWriteInt write_int;
    [all...]
  /external/opencv/cv/src/
cvhaar.cpp     [all...]
cvhistogram.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 156 milliseconds