Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 35727b6

Browse files
authored
Update Arrow.py
1 parent 90a163d commit 35727b6

File tree

1 file changed

+1
-1
lines changed
  • Scripts/Miscellaneous/Arrow_Angle_detector

1 file changed

+1
-1
lines changed

Scripts/Miscellaneous/Arrow_Angle_detector/Arrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
font = cv2.FONT_HERSHEY_COMPLEX
55
cap = cv2.VideoCapture(0)
66
cv2.namedWindow("Adjust") #Adjust help us to find the right threshold values for better accuracy using slider window.
7-
cv2.createTrackbar("min","Adjust",110,255,lambda x:none)
7+
cv2.createTrackbar("min","Adjust",110,255, lambda x: None)
88

99
text = 'Left'
1010
while True:

0 commit comments

Comments
 (0)