摘要: # img = Image.open(file)# img1 = cv2.cvtColor(np.array(img),cv2.COLOR_RGB2BGR) # Image转cv2# img = cv2.read(file)# img1 = Image.fromarray(cv2.cvtColor( 阅读全文
posted @ 2022-09-17 20:14 记录——去繁就简 阅读(719) 评论(0) 推荐(0)