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

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -