Creating a numpy array from an image file: >>> >>> from scipy import misc ... face_memmap = np.memmap('face.raw', dtype=np.uint8, shape=(768, 1024, 3)).
確定! 回上一頁