liuruoze / EasyPR

(CGCSTCD'2017) An easy, flexible, and accurate plate recognition project for Chinese licenses in unconstrained situations. CGCSTCD = China Graduate Contest on Smart-city Technology and Creative Design
Apache License 2.0
6.35k stars 2.51k forks source link

为什么代码中main.cpp里有一句“// %OPENCV%\x86\vc12\lib opencv_world300d.lib;”,不是让配置OpenCV3.1吗?然后我配置了3.1,结果报错“无法打开输入文件“opencv_world300d.lib”” #296

Open MaJian199609 opened 5 years ago

MaJian199609 commented 5 years ago

I'm submitting a ... (check one with "x")

[ ] bug report
[ ] help wanted
[ ] feature request

Current behavior

Expected/desired behavior

Reproduction of the problem

If the current behavior is a bug or you can illustrate your feature request better with an example, please provide the steps to reproduce.

What is the expected behavior?

What is the motivation / use case for changing the behavior?

Please tell us about your environment:

Lidinghua commented 5 years ago

3.1的是opencv_world310d.dll,改一下试试

doubleLLL3 commented 4 years ago

在属性管理器的配置好了后如果不行,在vs里解决方案资源管理器里右键demo-属性-配置属性-链接器-输入-附加依赖项:是否修改了opencv_world300d.lib为opencv_world310d.lib。修改后生成成功。