Skip to content

Instantly share code, notes, and snippets.

View raulindo's full-sized avatar
🐧

Raulindo raulindo

🐧
  • University of São Paulo
  • São Paulo, Brazil
View GitHub Profile
@ivan-krukov
ivan-krukov / jupyter-imshow.py
Last active March 22, 2021 10:05
Show opencv image in ipython notebook
import cv2
import urllib.request
# Will use matplotlib for showing the image
from matplotlib import pyplot as plt
# Plot inline
%matplotlib inline
# For local images, read as usual