摘要: 1.采集人脸样本 # 系统操作 import os # 判断文件类型 import imghdr from imutils import * # 人脸检测并保存人脸 def facedetect(image, output): # 获取文件名 name = os.path.basename(imag 阅读全文
posted @ 2019-11-26 09:49 刘文华 阅读(324) 评论(0) 推荐(0) 编辑