Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    I would use cv2.flip. Decomposing the image into lists of rows of pixels and reversing the list is more computationally intrusive. techtutorialsx.com/2019/04/21/python-opencv-flipping-an-image Commented Dec 15, 2019 at 17:54
  • OP in this comment said that he want to do it without cv2.flip :) Commented Dec 16, 2019 at 0:51
  • Oh I missed the comments. I just looked at the question. Thanks! Commented Dec 16, 2019 at 3:59