摘要: ```python3 import cv2 import numpy as np import time cap = cv2.VideoCapture(0) background_capture = cv2.VideoCapture(r'./a.avi') counter = 1 while cap 阅读全文
posted @ 2017-10-23 20:32 默盒 阅读(365) 评论(0) 推荐(0) 编辑