amin-ahmadi.com
How to Rotate and/or Flip (Mirror) Images in OpenCV - Amin
In this post I’m sharing a couple of very simple tricks to perform an efficient Rotate or Flip (Mirror) operation on OpenCV Mat images. Obviously you’ll start by reading an image from disk, or grab it from a video frame and so on, similar to this: After that depending on the required transformation use any of the … Continue reading "How to Rotate and/or Flip (Mirror) Images in OpenCV"
Amin