HOME/Articles/

matplotlib example image shape (snippet)

Article Outline

Python matplotlib example 'image shape'

python image shape

Python matplotlib example: image shape

image = imread('puppy.jpeg', as_gray=True) 
image.shape, imshow(image)