Searched refs:col_hist (Results 1 – 2 of 2) sorted by relevance
567 int col_hist[HSIZE*2]; in icvOrderFoundConnectedQuads() local571 col_hist[i] = row_hist[i] = 0; in icvOrderFoundConnectedQuads()586 col_hist[col+HSIZE]++; in icvOrderFoundConnectedQuads()626 PRINTF("HIST[%d] = %d\n", i, col_hist[i+HSIZE]); in icvOrderFoundConnectedQuads()655 if (col_hist[col_max+HSIZE] > col_hist[col_min+HSIZE]) in icvOrderFoundConnectedQuads()
649 std::map<int, int> col_hist; in icvOrderFoundConnectedQuads() local666 col_hist[col]++; in icvOrderFoundConnectedQuads()704 PRINTF("HIST[%d] = %d\n", i, col_hist[i]); in icvOrderFoundConnectedQuads()733 if (col_hist[col_max] > col_hist[col_min]) in icvOrderFoundConnectedQuads()