OpenCV doesn't work with Visual Studio

后端 未结 4 953
轮回少年
轮回少年 2021-01-03 02:51

I just installed openCV ver. 3.00 beta on my computer and I\'m trying to test it with VS2013. I followed quick start guide:

1) Installation for windows, using pre-bu

4条回答
  •  伪装坚强ぢ
    2021-01-03 02:58

    Solved this problem by unchecking the "inherit from parent or project defaults" checkbox under Linker->Input->Additional Dependencies

    I added "opencv_world300d.lib" since Im using opencv 3.0.0 build x64 vc11

提交回复
热议问题