python3使用PIL.Image給圖像貼圖

from PIL import Image import numpy import os path = os.getcwd() #img = cv2.imread(path + '/Image/test_Image.png', cv2.IMREAD_GRAYSCALE) img = Image.open(path + '/test2/resize.png') # 我使用的是灰度圖像 up_im
相關文章
相關標籤/搜索