OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:center_count
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvhough.cpp
868
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
);
[
all
...]
Completed in 34 milliseconds