import cv2 import numpy from PIL import Image img = cv2.imread('test.jpg') cv2.imshow('opencv format', img) image = Image.fromarray(cv2.
確定! 回上一頁