Skip to content

Commit f0fce4c

Browse files
committed
Initial checkin
simple script to kill the cv windows. should be able to do this in the main script, but didn't take the time to figure out how
1 parent e0befe3 commit f0fce4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

destroy_windows.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import cv2.cv as cv
2+
cv.DestroyWindow("west")
3+
cv.DestroyWindow("east")

0 commit comments

Comments
 (0)