Lines Matching full:center_count
868 int x, y, i, j, center_count, nz_count;
974 center_count = centers->total;
975 if( !center_count )
978 CV_CALL( sort_buf = (int*)cvAlloc( MAX(center_count,nz_count)*sizeof(sort_buf[0]) ));
981 icvHoughSortDescent32s( sort_buf, center_count, adata );
983 cvSeqPushMulti( centers, sort_buf, center_count );