mouse_and_match.py missing import cv2
authorberak <px1704@web.de>
Sun, 24 Nov 2013 14:58:13 +0000 (15:58 +0100)
committerberak <px1704@web.de>
Sun, 24 Nov 2013 14:58:13 +0000 (15:58 +0100)
samples/python2/mouse_and_match.py

index f440033..7937140 100755 (executable)
@@ -9,6 +9,7 @@ Demonstrate using a mouse to interact with an image:
  ESC to exit
 '''
 import numpy as np
+import cv2
 
 # built-in modules
 import os