diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2023-07-30 16:47:45 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2023-07-30 16:47:45 +0530 |
commit | 70cff6174240c575300abbf39955845bb4a506fc (patch) | |
tree | b7816e334067842d815ddf44a7c2f48f6e288c69 /game.py | |
parent | c9062fa7e82e39a6019686814248038b5c0bdaf3 (diff) |
remove mirror
Diffstat (limited to '')
-rw-r--r-- | game.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -139,7 +139,6 @@ class MyGame: # Rotate the frame counter-clockwise by 90 degrees frame = cv2.rotate(frame, cv2.ROTATE_90_COUNTERCLOCKWISE) - frame = cv2.flip(frame, 0) # Convert frame from RGB to HSV, and define frame used for detection det_frame = cv2.cvtColor(frame, cv2.COLOR_BGR2HSV) |