Merge pull request #1864 from berak:mouse_and_match

This commit is contained in:
Roman Donchenko 2013-11-25 12:15:52 +04:00 committed by OpenCV Buildbot
commit 684ff70308

View File

@ -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