利用opecv 和face_recognition庫做實時人臉檢測

系統:ubantu16.04 編輯器:pycharm 所需python庫:python_opencv,face_recognition 代碼如下: import face_recognition import cv2 camera=cv2.VideoCapture(0) n=0 while(1): if n<10: success,img=camera.read()
相關文章
相關標籤/搜索