import imageio im = imageio.imread('path/to/some/singlechannelimage.png') print(im.shape) im3d ...
確定! 回上一頁