diff scripts/compute-homography.py @ 346:5f75d6c23ed5

added opencv function to destroy OpenCV windows (seems to work only on Windows)
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 26 Jun 2013 15:42:45 -0400
parents 1d90e9080cb2
children 51810d737d86
line wrap: on
line diff
--- a/scripts/compute-homography.py	Tue Jun 25 23:43:32 2013 -0400
+++ b/scripts/compute-homography.py	Wed Jun 26 15:42:45 2013 -0400
@@ -120,3 +120,4 @@
     if '-u' in options.keys():
         cv2.imshow('world image',worldImg)
     cv2.waitKey()
+    cv2.destroyAllWindows()