Skip to content

Instantly share code, notes, and snippets.

@bhargavrpatel
Created January 23, 2017 00:47
Show Gist options
  • Save bhargavrpatel/85d39560fb55e84653425d1d4dbd5276 to your computer and use it in GitHub Desktop.
Save bhargavrpatel/85d39560fb55e84653425d1d4dbd5276 to your computer and use it in GitHub Desktop.

Used Brew to install opencv3

  1. Open iPython and import opencv2.
import cv2
  1. Create new virtualenv
virtualenv env
source ./env/bin/activate
  1. Repeast Step 1 (attempt import in env)
import cv2

No module cv2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment