OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:col_hist
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvcalibinit.cpp
567
int
col_hist
[HSIZE*2];
local
571
col_hist
[i] = row_hist[i] = 0;
586
col_hist
[col+HSIZE]++;
626
PRINTF("HIST[%d] = %d\n", i,
col_hist
[i+HSIZE]);
655
if (
col_hist
[col_max+HSIZE] >
col_hist
[col_min+HSIZE])
[
all
...]
Completed in 143 milliseconds