Skip to content

Commit

Permalink
mouse_and_match.py missing import cv2
Browse files Browse the repository at this point in the history
  • Loading branch information
berak committed Nov 24, 2013
1 parent 95006af commit 10639d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/python2/mouse_and_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
ESC to exit
'''
import numpy as np
import cv2

# built-in modules
import os
Expand Down

0 comments on commit 10639d6

Please sign in to comment.