摘要: #coding:utf-8 #第一种方式 很慢很慢 自己写的如何计算均值 ''' import cv2 import os def access_pixels(frame): print(frame.shape) #shape内包含三个元素:按顺序为高、宽、通道数 height = frame.shape[0] weight = frame.shape[1] ... 阅读全文
posted @ 2019-07-21 10:39 qilibin 阅读(2597) 评论(0) 推荐(0) 编辑