This blog details building an openCV using extra modules, mainly the opencv_contirb, in Windows.
Prerequisites:
- Download and install Visual Studio 2015 and CMake.
NOTE: By default, C++ is not installed in Visual Studio 2015. After basic installation, modify the installation by following the path : Programming Language -> C++) - Download and install the following Python packages to their default locations:
- 1. Python 2.7.x
- 2. Numpy
- 3. Matplotlib(required since we use it for visualizations in our project)