mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 20:50:25 +08:00
mouse_and_match.py missing import cv2
This commit is contained in:
parent
95006af170
commit
10639d63f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user