Added cv.DestroyAllWindows() to file close
This commit is contained in:
@@ -62,3 +62,4 @@ if __name__ == '__main__':
|
||||
if k == 27:
|
||||
# user has press the ESC key, so exit
|
||||
break
|
||||
cv.DestroyAllWindows()
|
||||
|
Reference in New Issue
Block a user