Skip to content

Commit

Permalink
Update gesture.py
Browse files Browse the repository at this point in the history
  • Loading branch information
parth-bajju authored Apr 26, 2021
1 parent 15d61f9 commit da324b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gesture.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
hsv = cv2.cvtColor(roi, cv2.COLOR_BGR2HSV)



# define range of skin color in HSV
lower_skin = np.array([0,20,70], dtype=np.uint8)
upper_skin = np.array([20,255,255], dtype=np.uint8)
Expand Down

0 comments on commit da324b8

Please sign in to comment.