use default HOG people detector

minor cleaning
This commit is contained in:
Alexander Mordvintsev
2011-08-13 08:52:58 +00:00
parent 431daf59b6
commit 8c06a275f7
3 changed files with 4 additions and 811 deletions

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()