This commit is contained in:
Askill 2020-06-03 11:44:13 +02:00
parent 38d3cb3694
commit 56ae8233d0
1 changed files with 0 additions and 3 deletions

View File

@ -41,9 +41,6 @@ def compare():
gray = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)
gray = cv2.GaussianBlur(gray, (31, 31), 0)
cv2.imshow("frame", frame)
cv2.imshow("gray", gray)
# if the first frame is None, initialize it
if firstFrame is None:
firstFrame = gray