Pratique exercises of the course will be updated in this repository. The laguage of the exercises will be C++ and dependencies are CMake and OpenCV
In order to install OpenCV 3 and build and run the examples on OSX High Sierra, I followed the following guides:
The two main calls were:
brew install opencv3
brew install gflags
brew install glog