import numpy as np import cv2 # Load an color image in grayscale img = cv2.imread('0002.png',0) cv2.imshow('image',img) cv2.waitKey(0) cv2.
確定! 回上一頁