This will load the image as a NumPy array; you can check that with: ... xdim, ydim = im1_gray.shape im1_gray_3d = np.reshape(im1_gray, (xdim, ydim, ...
確定! 回上一頁