img = cv2.imread('test.jpg') cv2.imshow('opencv format', img) image = Image.fromarray(cv2.cvtColor(img, cv2.COLOR_BGR2RGB)). image.show()
確定! 回上一頁