How can I turn an image over in Matlab? -
I'm trying to turn an image into Matlab (I mean, if the picture It looks right then it should look to the left). How can I do this? Thank you! Flip the picture before displaying
imshow (fliplr ( Image))
Comments
Post a Comment