Compiling OpenCV with MinGW-GCC and Developing in VSCode on Windows

Compiling OpenCV with MinGW-GCC and Developing in VSCode on Windows

0. Introduction OpenCV (Open Source Computer Vision Library: http://opencv.org) is an open-source library that contains hundreds of computer vision algorithms. It is essentially a C++ API, rather than the C-based OpenCV 1.x API (the C API has been deprecated since the release of OpenCV 2.4 and has not been tested with C compilers). Since OpenCV’s … Read more