Can't associate Open CV with Visual Studio

asked 2017-09-24 09:50:35 -0600

Kevil gravatar image

I am having troubles to associate Open CV Library Functions with Microsoft Visual Studio by CMake 3.9.3-Win64. What's the problem? Windows 10 (64-bit). C:\fakepath\Cmake_Error.jpg

edit retag flag offensive close merge delete

Comments

you can try like this

LBerger gravatar imageLBerger ( 2017-09-24 10:35:46 -0600 )edit

It is too complicated. I was following: To manipulate OpenCV libraries and DLL files, we will use Cmake. Follow the step by step instructions to successfully manipulate OpenCV libraries and DLL for Visual Studio Environment. 1. Go the Cmake Folder. Open it. Go to the 'bin' folder. Then run the 'cmake-gui.exe' file. 2. A new window will open. Click on the 'Browse Sources' button and locate the file named 'sources' inside the folder where you have installed OpenCV. 3. Similarly click on the 'Browse build' button and locate the 'build' folder inside Open CV folder. 4. Now click on the 'Configure' button. Choose the Version of your Microsoft Visual Studio from here. 5. Now wait and let the configuration process be completed. After it is completed, click on the 'Generate' button and wait until

Kevil gravatar imageKevil ( 2017-09-24 10:45:51 -0600 )edit

"It is too complicated." What is complicated? Have you try it?

LBerger gravatar imageLBerger ( 2017-09-24 11:08:19 -0600 )edit

I was following Installation by Using the Pre-built Libraries in 5 steps. I downloaded opencv-3.3.0-vc14.exe (165.4 MB) and install it into C:\Program Files\OpenCV. Opposite to picture in instructions I have just two directories there: build and sources. I set up OPENCV_DIR to C:\Program Files\OpenCV\build\x64\vc14. Am I ready to start with the first OpenCV project in Visual Studio?

Kevil gravatar imageKevil ( 2017-09-24 13:15:12 -0600 )edit