OpenCV链接问题
嗨,
我从 Visual Studio 2008 切换到 2010, 现在我在链接 opencv 1.1 中的 lib 文件时遇到问题,
我已经添加了所需的 libs 和 .h 文件。 但我收到以下错误:
“错误 53 错误 LNK1181:无法打开输入文件 'cv.lib.obj' C:\Users..\SOLOUTION_NAME\PROJECT_NAME\LINK”
HI
I switched from visual studio 2008 to 2010,
now I have problem linking my lib files from opencv 1.1
I've added required libs and .h files.
but I get following error:
"Error 53 error LNK1181: cannot open input file 'cv.lib.obj' C:\Users..\SOLOUTION_NAME\PROJECT_NAME\LINK"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这实际上并不是链接问题的解决方案,但由于 WillowGarage。新版本使用基于 CMake 的系统,并且更加友好。为什么不切换到更新的版本。它提供了更多的功能,特别是在使用 SIFT/HOG 等进行特征识别方面。
This is not really a solution to linking issues but OpenCV is now in version 2.1 in release thanks to work by WillowGarage. The new builds use CMake based system and are much friendlier. Why don't you make a switch to a more up-to-date version. It offers many more functions especially in feature recognition using SIFT/HOG etc.