EasyPR排雷实录

版权声明:转载请标明出处 https://blog.csdn.net/martinkeith/article/details/89358613

1.提示无法找到thirdparty/下的各种文件

在C/C++->常规->附加包含目录下,加thirdparty里面的所有文件夹都包含进来

2.提示”cv::ml::ANN_MLP“:将此类型用作表达式非法

将Opencv版本切换回3.0.0

另外,需要注意的是:EasyPR在github上已经明确表示了会出现这类问题的解决办法。只需要照作就可以了。

猜你喜欢

转载自blog.csdn.net/martinkeith/article/details/89358613