from libtiff import TIFF tif = TIFF.open('filename.tif', mode='r') #打开tiff文件进行读取 image = tif.read_image() #读取图像并作为numpy数组 ...
確定! 回上一頁