Skip to content

Commit bcf49ba

Browse files
authored
Update Scanner.py
1 parent 8da1ddf commit bcf49ba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Scanner.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535

3636

3737
cv2.imshow("Scanned",dst)
38+
# press q or Esc to close
39+
cv2.waitKey(0)
40+
cv2.destroyAllWindows()
3841

3942

4043

0 commit comments

Comments
 (0)