OpenCV-Tutorials icon indicating copy to clipboard operation
OpenCV-Tutorials copied to clipboard

cv2.cv2 in line 5 doesn't work for me in tutorial1.py

Open macdaddywong opened this issue 3 years ago • 0 comments

In line 5, I had to remove one of the cv2 references and code it as:

img = cv2.rotate(img, cv2.ROTATE_90_CLOCKWISE)

macdaddywong avatar Oct 05 '22 14:10 macdaddywong