OpenCV lib文件夹在哪里? [英] Where is OpenCV lib folder?

查看:187
本文介绍了OpenCV lib文件夹在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

OpenCV文档此处指的是我签出OpenCV后不存在的lib文件夹从存储库中(https://code.ros.org/svn/opencv/branches/2.3).我在OpenCV/build/lib下构建后,只有一个lib文件夹存在,该文件夹还有另一个名为Debug的文件夹.我可以只使用这个文件夹吗?而是在VS2008的其他库中有C:\ OpenCV \ opencv \ build \ lib \ Debug?

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?

推荐答案

存储库中的独立源没有预构建的OpenCV二进制文件.

Indeed source from the repository has no prebuilt OpenCV binaries.

在Windows(MSVC)上,您需要两次构建INSTALL项目(在调试"和发布"配置中).它将创建一个install文件夹,其中包含所有需要的二进制文件,标头和其他文件.

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.

顺便说一下,OpenCV存储库最近已迁移到新主机: http://code.opencv.org/svn/opencv/branches/2.3/

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

这篇关于OpenCV lib文件夹在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆