Skip to content

Instantly share code, notes, and snippets.

@ritvikmath
Created December 20, 2019 15:36
Show Gist options
  • Select an option

  • Save ritvikmath/ed0e3950089f22a89db09b0942196279 to your computer and use it in GitHub Desktop.

Select an option

Save ritvikmath/ed0e3950089f22a89db09b0942196279 to your computer and use it in GitHub Desktop.
import numpy as np
import matplotlib.pyplot as plt
#read the image
img = plt.imread('mouse.jpg')
#show the image
plt.imshow(img)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment