How to install OpenCV 2.0 on win32

前端 未结 4 1507
無奈伤痛
無奈伤痛 2020-11-30 09:21

I need to install OpenCV on Win32. I do not have it installed currently. I downloaded OpenCV-2.0.0a-win32.exe and ran it. What the heck do I do now? There are no .lib\'s a

4条回答
  •  情歌与酒
    2020-11-30 10:04

    If you've installed OpenCV-2.0.0a-win32.exe then it will install pre-built DLLs and libs. Then you just have to follow the instructions in this tutorial.

    I recommend that you wipe the folder you previously installed OpenCV2.0 in and reinstall it.

    Update:

    Well sorry it didn't work out. I suggest the following then: check out the latest version from the SVN repository, https://code.ros.org/svn/opencv/trunk/opencv with any SVN client - I use TortoiseSVN.

    Then run CMake (I see you've already installed it) on the source folder and then compile the Solution file. This should work - it does for me.

    I apologize for my old answer - I had started off with OpenCV a few months ago in the same way and assumed that downloading the Gold version would still work - apparently not.

    OMP

    The OMP issue may arise from the checked Enable OpenMP in the CMake config. Try unchecking that .. might solve your initial problem.

提交回复
热议问题