Created
December 20, 2016 12:45
-
-
Save mdauphin/2c33e7f8a4ebe379bd12c062bcc136ce to your computer and use it in GitHub Desktop.
Jupyter Notebook OpenCV2 matplotlib and numpy minimal include
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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