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

/external/opencv/cv/src/
H A Dcvcalibinit.cpp567 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])

Completed in 146 milliseconds