摘要:
import cv2 from matplotlib import pyplot as plt import os import numpy as np filepath = './Input' pathDir = os.listdir(filepath) for allDir in pathDir 阅读全文
posted @ 2020-09-28 16:23
hangover
阅读(117)
评论(0)
推荐(0)
摘要:
# coding: utf-8 import cv2 as cv import os print(' ') print('按照全帧截取视频帧率照片(默认未裁剪图片,如不需要请更改代码 时间有点久,请稍等…………') print(' ') filepath = './input' pathDir = 阅读全文
posted @ 2020-09-28 16:19
hangover
阅读(886)
评论(0)
推荐(0)
摘要:
import cv2 import numpy as np import os import sys import csv import time path = './Tmp' if not os.path.exists(path): os.mkdir(path) inputs = './Input 阅读全文
posted @ 2020-09-28 16:16
hangover
阅读(613)
评论(0)
推荐(0)
摘要:
import matplotlib.pyplot as plt import cv2 import numpy as np import os import pandas as pd import time start = time.process_time() inputs1 = './input 阅读全文
posted @ 2020-09-28 16:13
hangover
阅读(230)
评论(0)
推荐(0)
摘要:
import os import cv2 import time def picvideo(path,size): filelist = os.listdir(path) filelist.sort(key=lambda x: int(x.split('-')[0])) fps = 30 file_ 阅读全文
posted @ 2020-09-28 16:11
hangover
阅读(758)
评论(0)
推荐(0)

浙公网安备 33010602011771号