Where is OpenCV lib folder?

你。 提交于 2019-12-11 05:28:28

问题


OpenCV documentation here refers to a lib folder that doesn't exist after I checkout the OpenCV from the repository (https://code.ros.org/svn/opencv/branches/2.3). There is a lib folder that is only existend after I build under OpenCV/build/lib which has another folder called Debug. Can I just use this folder? instead and have C:\OpenCV\opencv\build\lib\Debug in my additional libraries in VS2008?


回答1:


Indeed source from the repository has no prebuilt OpenCV binaries.

On Windows (MSVC) you need to build INSTALL project two times (in Debug and Release configurations). It will create an install folder with all needed binaries, headers and miscellaneous files.

By the way, OpenCV repository is recently migrated to the new hosting: http://code.opencv.org/svn/opencv/branches/2.3/



来源:https://stackoverflow.com/questions/9747000/where-is-opencv-lib-folder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!