Skip to content

Instantly share code, notes, and snippets.

View louisfox's full-sized avatar

Louis Fox louisfox

View GitHub Profile
@joinAero
joinAero / install_opencv_on_macos.md
Created May 19, 2017 07:35
Install OpenCV 3 with Python 2.7 (macOS) + OpenNI2 for Kinect

Install OpenCV 3 with Python 2.7 (macOS)

$ brew install python
$ python --version
Python 2.7.13

$ pip install numpy