matplotlib read the image list method

matplotlib read the image list method

img = imread('./z/y/imgs/K-line.png')
plt.imshow(img)
plt.show()


Knowledge Reference
1. matplotlib official website
2. Python reads and displays the image in various ways (Pillow, matplotlib, opencv)

Published 73 original articles · won praise 24 · views 2560

Guess you like

Origin blog.csdn.net/weixin_44943394/article/details/104761078