Home | History | Annotate | Download | only in src

Lines Matching refs:cvReadIntByName

2183         _params.term_crit.max_iter = cvReadIntByName( fs, tmp_node, "iterations", -1 );
2219 sv_total = cvReadIntByName( fs, svm_node, "sv_total", -1 );
2220 var_all = cvReadIntByName( fs, svm_node, "var_all", -1 );
2221 var_count = cvReadIntByName( fs, svm_node, "var_count", var_all );
2222 class_count = cvReadIntByName( fs, svm_node, "class_count", 0 );
2280 int sv_count = cvReadIntByName( fs, df_elem, "sv_count", -1 );