VideoCapture (video_path) # 告诉OpenCV使用什么识别分类器 classfier = cv2.CascadeClassifier(xml_path) while cap.isOpened(): # 读取一帧数据 ret ...
確定! 回上一頁