Lines Matching full:correction
1538 float correction;1572 correction = a[0] + a[1]*(float)i + a[2]*(float)j;1574 float_img[i*width + j] = img[i*src_step + j] - correction;