Lines Matching refs:imax
315 int imax = maxPt.y*mat.cols + maxPt.x;329 int t = imax / size[i];330 idx_max[i] = imax - t*size[i];331 imax = t;