How do I flip a color image (RGB) in MATLAB?
The fliplr does not seem to work without losing the color contents, as it only deals with 2D.
As well, the imrotate may not rotate color images.
How do I flip a color image (RGB) in MATLAB?
The fliplr does not seem to work without losing the color contents, as it only deals with 2D.
As well, the imrotate may not rotate color images.