开发者

OpenCV link problem

开发者 https://www.devze.com 2023-01-18 17:34 出处:网络
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.

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"


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消