Skip to content

Commit 5f7a894

Browse files
committed
Update 07_colour_selection.py
1 parent 11b2589 commit 5f7a894

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

07_colour_selection.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import numpy as np
33

44
# Color Detection
5-
from time import time, sleep
65
path = 'resources/songhua-river.jpg'
76
# Create a hue slider that helps us
87
# find the correct colour to select
@@ -38,4 +37,4 @@ def empty(a):
3837

3938
cv2.imshow('Original & Selection', imgHor)
4039
cv2.imshow('Mask', mask)
41-
cv2.waitKey(5000)
40+
cv2.waitKey(5000)

0 commit comments

Comments
 (0)