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

  /external/opencv/ml/src/
mlrtrees.cpp 631 nclasses = cvReadIntByName( fs, fnode, "nclasses", -1 );
632 nsamples = cvReadIntByName( fs, fnode, "nsamples" );
633 nactive_vars = cvReadIntByName( fs, fnode, "nactive_vars", -1 );
635 ntrees = cvReadIntByName( fs, fnode, "ntrees", -1 );
mltree.cpp     [all...]
mlcnn.cpp     [all...]
mlnbayes.cpp 469 CV_CALL( var_count = cvReadIntByName( fs, root_node, "var_count", -1 ));
470 CV_CALL( var_all = cvReadIntByName( fs, root_node, "var_all", -1 ));
mlsvm.cpp     [all...]
mlann_mlp.cpp     [all...]
mlboost.cpp     [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp     [all...]
  /external/opencv/cv/src/
cvhistogram.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 215 milliseconds