MATLAB: How do i create mirror images of images in .mat format

image processingImage Processing Toolboxprogramming

I'm basically trying to make a data set for AAM training, I have landmarked several images( video sequence of a frontal pose to moving the head right) and stored them in a .mat format. So now i want a code that will create the mirror image of the annotated images so that i dun have to repeat the process for frontal pose to head moving left on each image.

Best Answer

fliplr() ?