OpenCV-Tutorials
OpenCV-Tutorials copied to clipboard
cv2.cv2 in line 5 doesn't work for me in tutorial1.py
In line 5, I had to remove one of the cv2 references and code it as:
img = cv2.rotate(img, cv2.ROTATE_90_CLOCKWISE)