自己乱搞了一个
import cv2 from PIL import Image imageRGB = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) im = Image.fromarray(imageRGB) img_pix = im.toqpixmap()