mirrorImage do X upside down.
Y = mirrorImage(X)
reverses the direction of the given image
Inputs:
Outputs:
Given is an uint8 image matrix (which was loaded with imread), with Y = mirrorImage(X) you get the image upside down.
fliplr, image, imread
Published with wg_publish; V1.0