摘要: import ospath = '' # 输入文件夹地址files = os.listdir(path) # 读入文件... 阅读全文
posted @ 2020-12-30 20:44 小Aer 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 获取视频总帧数 import cv2 cap=cv2.VideoCapture(path) #get方法参数按顺序对应下表(从0开始... 阅读全文
posted @ 2020-12-30 17:58 小Aer 阅读(4014) 评论(0) 推荐(0) 编辑