问题解决 错误 C1083 无法打开包括文件: “thirdparty/textDetect/erfilter.hpp”: No such file or directory

问题解决:


1、复制 thirdparty 文件夹  到include目录下。

2、如果1没有解决问题,项目-属性-VC++目录-包含目录,添加对应引用的文件夹目录。


编译报错:

严重性	代码	说明	项目	文件	行
错误	C1083	无法打开包括文件: “thirdparty/textDetect/erfilter.hpp”: No such file or directory	libeasypr	c:\projects\easypr-master\src\core\plate_recognize.cpp	3
错误	C1083	无法打开包括文件: “thirdparty/mser/mser2.hpp”: No such file or directory	libeasypr	c:\projects\easypr-master\src\core\chars_segment.cpp	6
错误	C1083	无法打开包括文件: “thirdparty/mser/mser2.hpp”: No such file or directory	libeasypr	c:\projects\easypr-master\src\core\core_func.cpp	6
错误	C1083	无法打开包括文件: “thirdparty/LBP/lbp.hpp”: No such file or directory	libeasypr	c:\projects\easypr-master\src\core\feature.cpp	3
错误(活动)		无法打开 源 文件 "thirdparty/textDetect/erfilter.hpp"	libeasypr	c:\Projects\EasyPR-master\src\core\plate_recognize.cpp	3











你可能感兴趣的:(机器学习,opencv)