import cv2 as cv # 开始计时 start = cv.getTickCount() # 读入一张图片 img = cv.imread('baby.png') # 停止计时 end = cv.getTickCount() # 单位:s print((end - start) / cv.getTickFrequency(),' seconds')
posted on 2020-03-27 16:56 我坚信阳光灿烂 阅读(633) 评论(0) 编辑 收藏 举报