摘要:
代码很简短,如下: import cv2 import os rootdir = 'pic/' list = os.listdir(rootdir) for i in range(0,len(list)): img=cv2.imread("pic/"+list[i]) w,h,g=img.shape 阅读全文
posted @ 2020-08-18 11:32
月光魔草
阅读(1448)
评论(0)
推荐(0)
|
摘要:
代码很简短,如下: import cv2 import os rootdir = 'pic/' list = os.listdir(rootdir) for i in range(0,len(list)): img=cv2.imread("pic/"+list[i]) w,h,g=img.shape 阅读全文
posted @ 2020-08-18 11:32
月光魔草
阅读(1448)
评论(0)
推荐(0)
|