Home | History | Annotate | Download | only in colorchecker

Lines Matching defs:max2

321     int max2 = 0;
336 } else if ((i > houghHeight / 2) && (houghAngleSum[i] > max2)) {
337 max2 = houghAngleSum[i];