Skip to content

Instantly share code, notes, and snippets.

@mdauphin
Created December 20, 2016 12:45
Show Gist options
  • Save mdauphin/2c33e7f8a4ebe379bd12c062bcc136ce to your computer and use it in GitHub Desktop.
Save mdauphin/2c33e7f8a4ebe379bd12c062bcc136ce to your computer and use it in GitHub Desktop.
Jupyter Notebook OpenCV2 matplotlib and numpy minimal include
Display the source blob
Display the rendered blob
Raw
%matplotlib inline
import cv2
from matplotlib import pyplot as plt
import numpy as np
print "OpenCV Version : %s " % cv2.__version__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment