import cv2; from PIL import Image; import numpy; image = Image.open("plane.jpg"); image.show(); img = cv2.cvtColor(numpy.asarray(image),cv2.
確定! 回上一頁