1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

updated Python samples from trunk

This commit is contained in:
Vadim Pisarevsky
2011-08-16 18:31:43 +00:00
parent 280012472b
commit 8d6d592c0b
5 changed files with 146 additions and 827 deletions
+1 -1
View File
@@ -34,5 +34,5 @@ def onmouse(event, x, y, flags, param):
cv2.imshow('zoom', zoom)
cv2.imshow('preview', small)
cv2.setMouseCallback('preview', onmouse, None)
cv2.setMouseCallback('preview', onmouse)
cv2.waitKey()