python opencv3 摄像头人脸检测

git:https://github.com/linyi0604/Computer-Vision 1 # coding:utf8 2 3 import cv2 4 5 6 def detect(): 7 # 创建人脸检测的对象 8 face_cascade = cv2.CascadeClassifier("../data/haarcascade_frontalfac
相关文章
相关标签/搜索