Skip to content

Commit

Permalink
comment edited
Browse files Browse the repository at this point in the history
  • Loading branch information
myoluk authored Feb 5, 2023
1 parent 19e0328 commit 944927d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set_color_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def nothing():
if (key == ord('q') or key == ord('Q')):
break

#Save adjusted HSV ranges as hsvval.npy if 's' pressed
#Save adjusted HSV ranges as hsvval.npy when 's' pressed
if (key == ord('s') or key == ord('S')):
hsvValues = [[minH, minS, minV],[maxH, maxS, maxV]]
print(hsvValues)
Expand Down

0 comments on commit 944927d

Please sign in to comment.