Home | History | Annotate | Download | only in src

Lines Matching refs:c_count

341             int c_count, prev_label;
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] = prev_label = cur_label;
415 *int_ptr[i] = c_count;