here is my code : import cv2 img = cv2.imread('dp.jpeg') cv2.imshow('my image',img) cv2.waitKey(0)
確定! 回上一頁