OpenCV with extra modules

This blog details building an openCV using extra modules, mainly the opencv_contirb, in Windows.

Prerequisites:

  1. 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++)
  2. Download and install the following Python packages to their default locations:

Continue reading