OpenCV3 + Python + Mac
OpenCV is an open-source library for computer vision that we have found useful in bringing many applications to production settings. It is written in C++, but now also supports Python bindings, which can make rapid prototyping easier. Below we summarize our procedure for installing OpenCV3 on Mac OS X, with Python bindings and virtual environment support. The information …