2022年7月30日

python 将图片转换成RGB

摘要: python 将图片转换成RGB import os from PIL import Image # 填入图片所在文件夹的路径 img_path = 'E:\chengxu\CV\dataset_hat_person\hat' # 获取该路径下的图片 img_all = os.listdir(img 阅读全文
posted @ 2022-07-30 10:37 DLst_liu 阅读(723) 评论(0) 推荐(0) 编辑