Searched defs:total_c_count (Results 1 - 1 of 1) sorted by relevance

/external/opencv/ml/src/
H A Dmltree.cpp141 int total_c_count = 0; local
390 cat_ofs->data.i[ci] = total_c_count;
393 if( cat_map->cols < total_c_count + c_count )
397 MAX(cat_map->cols*3/2,total_c_count+c_count), CV_32SC1 ));
398 for( i = 0; i < total_c_count; i++ )
403 c_map = cat_map->data.i + total_c_count;
404 total_c_count += c_count;
475 cat_ofs->data.i[cat_var_count] = total_c_count;
502 cat_map->cols = MAX( total_c_count, 1 );
1166 int ccount, total_c_count local
[all...]

Completed in 410 milliseconds