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

/external/opencv/ml/src/
H A Dmlrtrees.cpp591 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 );
H A Dmltree.cpp1010 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( f
[all...]
H A Dmlcnn.cpp1530 CV_CALL(cvWriteInt( fs, "n_input_planes", layer->n_input_planes ));
1531 CV_CALL(cvWriteInt( fs, "input_height", layer->input_height ));
1532 CV_CALL(cvWriteInt( fs, "input_width", layer->input_width ));
1533 CV_CALL(cvWriteInt( fs, "n_output_planes", layer->n_output_planes ));
1534 CV_CALL(cvWriteInt( fs, "output_height", layer->output_height ));
1535 CV_CALL(cvWriteInt( fs, "output_width", layer->output_width ));
1536 CV_CALL(cvWriteInt( fs, "learn_rate_decrease_type", layer->learn_rate_decrease_type));
1543 CV_CALL(cvWriteInt( fs, "layer_type", ICV_CNN_CONVOLUTION_LAYER ));
1549 CV_CALL(cvWriteInt( fs, "layer_type", ICV_CNN_SUBSAMPLING_LAYER ));
1556 CV_CALL(cvWriteInt( f
[all...]
H A Dmlnbayes.cpp409 CV_CALL( cvWriteInt( fs, "var_count", var_count ));
410 CV_CALL( cvWriteInt( fs, "var_all", var_all ));
H A Dmlsvm.cpp1996 cvWriteInt( fs, "svm_type", svm_type );
2004 cvWriteInt( fs, "type", kernel_type );
2032 cvWriteInt( fs, "iterations", params.term_crit.max_iter );
2052 cvWriteInt( fs, "var_all", var_all );
2053 cvWriteInt( fs, "var_count", var_count );
2060 cvWriteInt( fs, "class_count", class_count );
2073 cvWriteInt( fs, "sv_total", sv_total );
2093 cvWriteInt( fs, "sv_count", sv_count );
H A Dmlboost.cpp1464 cvWriteInt( fs, "boosting_type", params.boost_type );
1469 cvWriteInt( fs, "splitting_criteria", params.split_criteria );
1471 cvWriteInt( fs, "ntrees", params.weak_count );
H A Dmlann_mlp.cpp1314 cvWriteInt( fs, "activation_function", activ_func );
1348 cvWriteInt( fs, "iterations", params.term_crit.max_iter );
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp2885 cvWriteInt( CvFileStorage* fs, const char* key, int value ) function
2887 CV_FUNCNAME( "cvWriteInt" );
3541 cvWriteInt( fs, "rows", mat->rows );
3542 cvWriteInt( fs, "cols", mat->cols );
3927 cvWriteInt( fs, "width", image->width );
3928 cvWriteInt( fs, "height", image->height );
3936 cvWriteInt( fs, "x", image->roi->xOffset );
3937 cvWriteInt( fs, "y", image->roi->yOffset );
3938 cvWriteInt( fs, "width", image->roi->width );
3939 cvWriteInt( f
[all...]
/external/opencv/cv/src/
H A Dcvhaar.cpp2150 CV_CALL( cvWriteInt( fs, NULL, cascade->orig_window_size.width ) );
2151 CV_CALL( cvWriteInt( fs, NULL, cascade->orig_window_size.height ) );
2192 CV_CALL( cvWriteInt( fs, NULL, feature->rect[l].r.x ) );
2193 CV_CALL( cvWriteInt( fs, NULL, feature->rect[l].r.y ) );
2194 CV_CALL( cvWriteInt( fs, NULL, feature->rect[l].r.width ) );
2195 CV_CALL( cvWriteInt( fs, NULL, feature->rect[l].r.height ) );
2200 CV_CALL( cvWriteInt( fs, ICV_HAAR_TILTED_NAME, feature->tilted ) );
2207 CV_CALL( cvWriteInt( fs, ICV_HAAR_LEFT_NODE_NAME, tree->left[k] ) );
2217 CV_CALL( cvWriteInt( fs, ICV_HAAR_RIGHT_NODE_NAME, tree->right[k] ) );
2236 CV_CALL( cvWriteInt( f
[all...]
H A Dcvhistogram.cpp2475 cvWriteInt( fs, "is_uniform", is_uniform );
2476 cvWriteInt( fs, "have_ranges", have_ranges );
/external/opencv/cxcore/include/
H A Dcxcore.h1602 CVAPI(void) cvWriteInt( CvFileStorage* fs, const char* name, int value );

Completed in 1034 milliseconds