python opencv3 靜態圖片檢測人臉

git:https://github.com/linyi0604/Computer-Vision 1 # coding:utf-8 2 3 import cv2 4 5 filename = "../data/mm3.jpg" 6 7 8 def detect(filename): 9 # 創建檢測人臉的對象 要在opencv的目錄下找到xml文件,放置到自己項目中 1
相關文章
相關標籤/搜索