How do i find a matrix that would shift an image horizontally by 240 pixels and how do i display it using a spy function?
Below is the code I have for turning the image into a matrix and I have also attached the image to this post
img1 = imread('mountain.jpg');
img1Double = im2double(img1);
0 Comments
Sign in to comment.