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

/external/opencv/ml/src/
H A Dmltree.cpp341 int c_count, prev_label; local
381 c_count = num_valid > 0;
385 c_count += *int_ptr[i] != *int_ptr[i-1];
388 max_c_count = MAX( max_c_count, c_count );
389 cat_count->data.i[ci] = 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 ));
404 total_c_count += c_count;
408 c_count = -1;
414 c_map[++c_count]
[all...]

Completed in 193 milliseconds