mouse_and_match.py missing import cv2

This commit is contained in:
berak 2013-11-24 15:58:13 +01:00
parent 95006af170
commit 10639d63f5

View File

@ -9,6 +9,7 @@ Demonstrate using a mouse to interact with an image:
ESC to exit ESC to exit
''' '''
import numpy as np import numpy as np
import cv2
# built-in modules # built-in modules
import os import os