image-processing/setup.m

10 lines
118 B
Matlab

R = 1920;
C = 1080;
R2 = 752;
C2 = 480;
coefficients = [1 0 -1;
2 0 -2;
1 0 -1];