Hi there,
I would like to use the 'affine' transformation in the image processing toolbox to quickly
shift an image in MATLAB.
Currently, I have the following code:
% -------------------------------------------------
% read in the image
I = imread('lena.tif');
% transform
T =...