Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

plt.imread python

# read the image
img = plt.imread('path/to/image')
# show the image
plt.imshow(img)
plt.show()
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
3+4 =