Lines Matching full:center_count
1013 int x, y, i, j, k, center_count, nz_count;
1118 center_count = centers->total;
1119 if( !center_count )
1122 sort_buf.resize( MAX(center_count,nz_count) );
1126 std::sort(sort_buf.begin(), sort_buf.begin() + center_count, cv::hough_cmp_gt(adata));
1128 cvSeqPushMulti( centers, &sort_buf[0], center_count );