How to install opencv on windows 7 and Configure with Visual Studio 2014

Simple Opencv installation on windows 7 and configure with visual studio 2014 Opencv installation procedure Step1:Download windows version of opencv from Step2: Extract into a folder C:\ Step3: Configure opencv with Visual studio Set envirenment Vairable variable name: OPENCV_DIR value:C:\opencv\build\x86\vc12 Set Path:%OPENCV_DIR%\bin Configure visual studio for opencv project C/C additional include directories $(OPENCV_DIR)\..\..\include linker additional include directories $(
Back to Top