cvWriteInt       1904 apps/traincascade/old_ml_boost.cpp         cvWriteInt( fs, "boosting_type", params.boost_type );
cvWriteInt       1909 apps/traincascade/old_ml_boost.cpp         cvWriteInt( fs, "splitting_criteria", params.split_criteria );
cvWriteInt       1911 apps/traincascade/old_ml_boost.cpp     cvWriteInt( fs, "ntrees", weak->total );
cvWriteInt       1298 apps/traincascade/old_ml_tree.cpp     cvWriteInt( fs, "is_classifier", is_classifier ? 1 : 0 );
cvWriteInt       1299 apps/traincascade/old_ml_tree.cpp     cvWriteInt( fs, "var_all", var_all );
cvWriteInt       1300 apps/traincascade/old_ml_tree.cpp     cvWriteInt( fs, "var_count", var_count );
cvWriteInt       1301 apps/traincascade/old_ml_tree.cpp     cvWriteInt( fs, "ord_var_count", ord_var_count );
cvWriteInt       1302 apps/traincascade/old_ml_tree.cpp     cvWriteInt( fs, "cat_var_count", cat_var_count );
cvWriteInt       1305 apps/traincascade/old_ml_tree.cpp     cvWriteInt( fs, "use_surrogates", params.use_surrogates ? 1 : 0 );
cvWriteInt       1309 apps/traincascade/old_ml_tree.cpp         cvWriteInt( fs, "max_categories", params.max_categories );
cvWriteInt       1316 apps/traincascade/old_ml_tree.cpp     cvWriteInt( fs, "max_depth", params.max_depth );
cvWriteInt       1317 apps/traincascade/old_ml_tree.cpp     cvWriteInt( fs, "min_sample_count", params.min_sample_count );
cvWriteInt       1318 apps/traincascade/old_ml_tree.cpp     cvWriteInt( fs, "cross_validation_folds", params.cv_folds );
cvWriteInt       1322 apps/traincascade/old_ml_tree.cpp         cvWriteInt( fs, "use_1se_rule", params.use_1se_rule ? 1 : 0 );
cvWriteInt       1323 apps/traincascade/old_ml_tree.cpp         cvWriteInt( fs, "truncate_pruned_tree", params.truncate_pruned_tree ? 1 : 0 );
cvWriteInt       1337 apps/traincascade/old_ml_tree.cpp         cvWriteInt( fs, 0, var_type->data.i[vi] >= 0 );
cvWriteInt       3790 apps/traincascade/old_ml_tree.cpp     cvWriteInt( fs, "var", split->var_idx );
cvWriteInt       3811 apps/traincascade/old_ml_tree.cpp                 cvWriteInt( fs, 0, i );
cvWriteInt       3828 apps/traincascade/old_ml_tree.cpp     cvWriteInt( fs, "depth", node->depth );
cvWriteInt       3829 apps/traincascade/old_ml_tree.cpp     cvWriteInt( fs, "sample_count", node->sample_count );
cvWriteInt       3833 apps/traincascade/old_ml_tree.cpp         cvWriteInt( fs, "norm_class_idx", node->class_idx );
cvWriteInt       3835 apps/traincascade/old_ml_tree.cpp     cvWriteInt( fs, "Tn", node->Tn );
cvWriteInt       3836 apps/traincascade/old_ml_tree.cpp     cvWriteInt( fs, "complexity", node->complexity );
cvWriteInt       3916 apps/traincascade/old_ml_tree.cpp     cvWriteInt( fs, "best_tree_idx", pruned_tree_idx );
cvWriteInt       2047 modules/core/include/opencv2/core/core_c.h CVAPI(void) cvWriteInt( CvFileStorage* fs, const char* name, int value );
cvWriteInt       3511 modules/core/src/persistence.cpp     cvWriteInt( fs, "rows", mat->rows );
cvWriteInt       3512 modules/core/src/persistence.cpp     cvWriteInt( fs, "cols", mat->cols );
cvWriteInt       3877 modules/core/src/persistence.cpp     cvWriteInt( fs, "width", image->width );
cvWriteInt       3878 modules/core/src/persistence.cpp     cvWriteInt( fs, "height", image->height );
cvWriteInt       3886 modules/core/src/persistence.cpp         cvWriteInt( fs, "x", image->roi->xOffset );
cvWriteInt       3887 modules/core/src/persistence.cpp         cvWriteInt( fs, "y", image->roi->yOffset );
cvWriteInt       3888 modules/core/src/persistence.cpp         cvWriteInt( fs, "width", image->roi->width );
cvWriteInt       3889 modules/core/src/persistence.cpp         cvWriteInt( fs, "height", image->roi->height );
cvWriteInt       3890 modules/core/src/persistence.cpp         cvWriteInt( fs, "coi", image->roi->coi );
cvWriteInt       4033 modules/core/src/persistence.cpp             cvWriteInt( fs, "x", point_seq->rect.x );
cvWriteInt       4034 modules/core/src/persistence.cpp             cvWriteInt( fs, "y", point_seq->rect.y );
cvWriteInt       4035 modules/core/src/persistence.cpp             cvWriteInt( fs, "width", point_seq->rect.width );
cvWriteInt       4036 modules/core/src/persistence.cpp             cvWriteInt( fs, "height", point_seq->rect.height );
cvWriteInt       4038 modules/core/src/persistence.cpp             cvWriteInt( fs, "color", point_seq->color );
cvWriteInt       4046 modules/core/src/persistence.cpp             cvWriteInt( fs, "x", chain->origin.x );
cvWriteInt       4047 modules/core/src/persistence.cpp             cvWriteInt( fs, "y", chain->origin.y );
cvWriteInt       4124 modules/core/src/persistence.cpp         cvWriteInt( fs, "level", level );
cvWriteInt       4140 modules/core/src/persistence.cpp     cvWriteInt( fs, "count", seq->total );
cvWriteInt       4460 modules/core/src/persistence.cpp     cvWriteInt( fs, "vertex_count", vtx_count );
cvWriteInt       4466 modules/core/src/persistence.cpp     cvWriteInt( fs, "edge_count", edge_count );
cvWriteInt       5454 modules/core/src/persistence.cpp { cvWriteInt( *fs, name.size() ? name.c_str() : 0, value ); }
cvWriteInt       5466 modules/core/src/persistence.cpp { cvWriteInt( *fs, 0, value ); }
cvWriteInt       3796 modules/imgproc/src/histogram.cpp     cvWriteInt( fs, "type", (hist->type & 1) );
cvWriteInt       3797 modules/imgproc/src/histogram.cpp     cvWriteInt( fs, "is_uniform", is_uniform );
cvWriteInt       3798 modules/imgproc/src/histogram.cpp     cvWriteInt( fs, "have_ranges", have_ranges );
cvWriteInt       1019 modules/ml/src/gbt.cpp         cvWriteInt( fs, "loss_function", params.loss_function_type );
cvWriteInt       1021 modules/ml/src/gbt.cpp     cvWriteInt( fs, "ensemble_length", params.weak_count );
cvWriteInt       1112 modules/ml/src/gbt.cpp     cvWriteInt( fs, "class_count", class_count);
cvWriteInt       2405 modules/objdetect/src/haar.cpp     cvWriteInt( fs, NULL, cascade->orig_window_size.width );
cvWriteInt       2406 modules/objdetect/src/haar.cpp     cvWriteInt( fs, NULL, cascade->orig_window_size.height );
cvWriteInt       2447 modules/objdetect/src/haar.cpp                     cvWriteInt(  fs, NULL, feature->rect[l].r.x );
cvWriteInt       2448 modules/objdetect/src/haar.cpp                     cvWriteInt(  fs, NULL, feature->rect[l].r.y );
cvWriteInt       2449 modules/objdetect/src/haar.cpp                     cvWriteInt(  fs, NULL, feature->rect[l].r.width );
cvWriteInt       2450 modules/objdetect/src/haar.cpp                     cvWriteInt(  fs, NULL, feature->rect[l].r.height );
cvWriteInt       2455 modules/objdetect/src/haar.cpp                 cvWriteInt( fs, ICV_HAAR_TILTED_NAME, feature->tilted );
cvWriteInt       2462 modules/objdetect/src/haar.cpp                     cvWriteInt( fs, ICV_HAAR_LEFT_NODE_NAME, tree->left[k] );
cvWriteInt       2472 modules/objdetect/src/haar.cpp                     cvWriteInt( fs, ICV_HAAR_RIGHT_NODE_NAME, tree->right[k] );
cvWriteInt       2489 modules/objdetect/src/haar.cpp         cvWriteInt( fs, ICV_HAAR_PARENT_NAME, cascade->stage_classifier[i].parent );
cvWriteInt       2490 modules/objdetect/src/haar.cpp         cvWriteInt( fs, ICV_HAAR_NEXT_NAME, cascade->stage_classifier[i].next );