Lines Matching refs:imin
314 int imin = minPt.y*mat.cols + minPt.x;322 int t = imin / size[i];323 idx_min[i] = imin - t*size[i];324 imin = t;