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
相关文章
相关标签/搜索