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

/external/opencv/cv/src/
H A Dcvcalibinit.cpp568 int row_hist[HSIZE*2]; // bad programming, should allow variable size local
571 col_hist[i] = row_hist[i] = 0;
587 row_hist[row+HSIZE]++;
671 if (row_hist[row_max+HSIZE] > row_hist[row_min+HSIZE])

Completed in 171 milliseconds