peopledetect.py sample added (TODO: use builtin svm data instead of people_hog.txt)

some old cv api use cleaning
This commit is contained in:
Alexander Mordvintsev
2011-08-12 03:05:31 +00:00
parent 9fba5e8d8c
commit d7a2081230
5 changed files with 865 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
import numpy as np
import cv2
import cv2.cv as cv
import video
from common import anorm2, draw_str
from time import clock