摘要: 1、引入库函数 1 import cv2 2 import os 3 import imghdr 4 import numpy as np 5 import matplotlib.pyplot as plt 2、#定义函数:检测人脸并保存 1 def detect_faces(image_path, 阅读全文
posted @ 2023-06-15 22:29 曦西西 阅读(74) 评论(0) 推荐(0)