Skip to content

Instantly share code, notes, and snippets.

@sudoankit
Created June 24, 2017 07:47
Show Gist options
  • Save sudoankit/4be060f0b7b853636cc2d42525991376 to your computer and use it in GitHub Desktop.
Save sudoankit/4be060f0b7b853636cc2d42525991376 to your computer and use it in GitHub Desktop.
Install OpenCV3 on MacOS with Python Support.
brew install opencv3 --with-contrib --with-python3 --c++11 --with-examples --with-ffmpeg --with-gphoto2 --with-gstreamer --with-jasper --with-java --with-opengl --with-qt5 --with-quicktime --with-vtk --with-tbb --HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment