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

/external/opencv/cv/src/
H A Dcvhough.cpp868 int x, y, i, j, center_count, nz_count; local
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 );

Completed in 39 milliseconds