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
相關文章
相關標籤/搜索