from matplotlib import image img = image.imread("eiffel-tower.jpeg"). Note: print( type(img) ) print( img.shape ). returns: <class 'numpy.ndarray'>.
確定! 回上一頁