import cv2 from PIL import Image import numpy as np # PIL 转cv2 img= ... cv2 转PIL img = cv2.imread("test.jpg") img= Image.fromarray(cv2.
確定! 回上一頁