import numpy as np import matplotlib.pyplot as plt ... This will load the image as a NumPy array; you can check that with: In [4]:. type(im). Out[4]:.
確定! 回上一頁