注意 :  此次配置基于Ubuntu的QT软件中已经配置opencv环境。

如果编译的时候   #include "/thirdparty/LBP/lbp.hpp"  报错则改为

  #include "../thirdparty/LBP/lbp.hpp"

Pro文件中添加一下内容,  须注意自己原先存在的文件

SOURCES += \main.cpp \      settingwin.cpp\/opt/EasyPR/src/core/chars_identify.cpp \/opt/EasyPR/src/core/chars_recognise.cpp \/opt/EasyPR/src/core/chars_segment.cpp \/opt/EasyPR/src/core/core_func.cpp \/opt/EasyPR/src/core/feature.cpp \/opt/EasyPR/src/core/params.cpp \/opt/EasyPR/src/core/plate_detect.cpp \/opt/EasyPR/src/core/plate_judge.cpp \/opt/EasyPR/src/core/plate_locate.cpp \/opt/EasyPR/src/core/plate_recognize.cpp \/opt/EasyPR/src/train/ann_train.cpp \/opt/EasyPR/src/train/annCh_train.cpp \/opt/EasyPR/src/train/create_data.cpp \/opt/EasyPR/src/train/svm_train.cpp \/opt/EasyPR/src/train/train.cpp \/opt/EasyPR/src/util/kv.cpp \/opt/EasyPR/src/util/program_options.cpp \/opt/EasyPR/src/util/util.cpp \/opt/EasyPR/thirdparty/LBP/helper.cpp \/opt/EasyPR/thirdparty/LBP/lbp.cpp \/opt/EasyPR/thirdparty/mser/mser2.cpp \/opt/EasyPR/thirdparty/svm/corrected_svm.cpp \/opt/EasyPR/thirdparty/textDetect/erfilter.cpp \/opt/EasyPR/thirdparty/xmlParser/xmlParser.cppHEADERS += \settingwin.h\/opt/EasyPR/include/easypr/core/character.hpp \/opt/EasyPR/include/easypr/core/chars_identify.h \/opt/EasyPR/include/easypr/core/chars_recognise.h \/opt/EasyPR/include/easypr/core/chars_segment.h \/opt/EasyPR/include/easypr/core/core_func.h \/opt/EasyPR/include/easypr/core/feature.h \/opt/EasyPR/include/easypr/core/params.h \/opt/EasyPR/include/easypr/core/plate.hpp \/opt/EasyPR/include/easypr/core/plate_detect.h \/opt/EasyPR/include/easypr/core/plate_judge.h \/opt/EasyPR/include/easypr/core/plate_locate.h \/opt/EasyPR/include/easypr/core/plate_recognize.h \/opt/EasyPR/include/easypr/train/ann_train.h \/opt/EasyPR/include/easypr/train/annCh_train.h \/opt/EasyPR/include/easypr/train/create_data.h \/opt/EasyPR/include/easypr/train/svm_train.h \/opt/EasyPR/include/easypr/train/train.h \/opt/EasyPR/include/easypr/util/kv.h \/opt/EasyPR/include/easypr/util/program_options.h \/opt/EasyPR/include/easypr/util/switch.hpp \/opt/EasyPR/include/easypr/util/util.h \/opt/EasyPR/include/easypr/api.hpp \/opt/EasyPR/include/easypr/config.h \/opt/EasyPR/include/easypr/version.h \/opt/EasyPR/include/easypr.h \/opt/EasyPR/test/accuracy.hpp \/opt/EasyPR/test/chars.hpp \/opt/EasyPR/test/config.hpp \/opt/EasyPR/test/plate.hpp \/opt/EasyPR/test/result.hpp \/opt/EasyPR/thirdparty/LBP/helper.hpp \/opt/EasyPR/thirdparty/LBP/lbp.hpp \/opt/EasyPR/thirdparty/mser/mser2.hpp \/opt/EasyPR/thirdparty/svm/precomp.hpp \/opt/EasyPR/thirdparty/textDetect/erfilter.hpp \/opt/EasyPR/thirdparty/xmlParser/xmlParser.h

下面是 opencv  Esay  与 model   在 Pro文件中的配置

#opencv配置路径  注意自己安装的位置
INCLUDEPATH += /usr/local/include/
LIBS += /usr/local/lib/libopencv_world.so
#EasyPR 路径   注意自己安装的位置
INCLUDEPATH += /opt/EasyPR/include/#添加模型路径  训练好的模型
DISTFILES += \model/ann_chinese.xml \model/ann.xml \model/annCh.xml \model/svm_hist.xml

Ubuntu中EasyPR环境配置相关推荐

  1. ubuntu中java环境配置_Ubuntu下java环境的搭建

    喜欢捣鼓计算机相关的,然后大二的时候就想着用linux,于是当时就装了个ubuntu,还想着把java环境搭建进去,但当时由于"意志不坚定"后来就没用linux了,知道最近突然想在 ...

  2. 在Ubuntu中实验环境配置《操作系统原理与实践-李治军》

    链接:https://pan.baidu.com/s/1cf4OefOoFGLOWfU3hegQfw 提取码:8C14 链接:https://pan.baidu.com/s/1q7fNJ0R6EcaF ...

  3. Ubuntu中使用freeradius配置RADIUS,并在RADIUS中配置LDAP 并实现AP认证

    RADIUS介绍 RADIUS(Remote Authentication Dial-In User Server,远程认证拨号用户服务)是一种分布式的.C/S架构的信息交互协议,能包含网络不受未授权 ...

  4. Ubuntu深度学习环境配置一箩筐

    Ubuntu深度学习环境配置一箩筐 前言:我从其它专业转到深度学习方向,由于最开始接触的时候缺乏很多计算机方面的系统知识,所以环境配置中常常出现各种问题而不知其所.网上同一个问题往往有多种解决方案而有 ...

  5. Ubuntu中设置环境变量PATH

    Ubuntu中设置环境变量PATH二种方法 时间:2008-11-06 00:00 来源:网管之家bitsCN.com 字体:[大 中 小] 目前在Ubuntu中有二种设置PATH环境变量的方法. 为 ...

  6. ubuntu中防火墙iptables配置

    ubuntu中防火墙iptables配置 特别说明:此文章转载于(Ubuntu配置iptables防火墙) 搭建web服务器希望通过默认http的默认端口80去访问,由于云服务器的80端口是默认不开启 ...

  7. ubuntu系统下ftp服务器配置,如何在Ubuntu中安装和配置FTP服务器

    FTP ( 文件传输协议 )是一种相对较旧和最常用的标准网络协议,用于通过网络在两台计算机之间上传/下载文件. 然而, FTP由其原始的不安全,因为它传输数据与用户凭证(用户名和密码)而不加密. 警告 ...

  8. pycharm中自带python环境_Pycharm中Python环境配置常见问题解析

    本文实例讲述了Pycharm中Python环境配置常见问题.分享给大家供大家参考,具体如下: 1.问题的发现 最近在用Pycharm下的命令行工具安装.运行jupyter notebook时kerna ...

  9. 【图文详细】Hbuilder中PHP环境配置

    [图文详细]Hbuilder中PHP环境配置 HBuilder是非常高效.快速的网站开发编辑器,我们用Hbuilder做网站后台php开发时,如果想要点击工具栏上的浏览器按钮进行快速预览,本文将详细介 ...

  10. 转:Ubuntu中安装和配置 Java JDK,并卸载自带OpenJDK(以Ubuntu 14.04为例)

    1.下载jdk-7u67-linux-x64.tar.gz 2.用ftp客户端工具filezilla上传到ubuntu的合适文件夹.如果如果不能上传到指定文件夹可能是文件夹权限不足,修改文件夹可执行权 ...

最新文章

  1. 智能安防新时代:用户、SI、设备制造商要做什么?
  2. 百度首席科学家吴恩达宣布将从百度离职
  3. python字典遍历的几种方法(转)
  4. C# 数据库连接字符串集合
  5. gin ip 和 本地访问的结果不一样_golang web开发——gin实战之整合swagger
  6. vim 配置_模块化你的vim配置文件
  7. while正逆序的测试结果
  8. 弹出框插件——dialog
  9. 中文文档列表 - Oracle Database (文档 ID 1533057.1)
  10. Oracle控制文件日志文件数据文件迁移
  11. Python科学计算——Numpy.genfromtxt
  12. 统信系统安装京瓷打印机驱动步骤 针对京瓷系列复合机的UOS操作系统用户使用说明
  13. 苹果6用U盘越狱_iOS 13 Checkra1n Win 越狱新方法,超级简单
  14. 图解在EXCEL中,通过身份证自动获得出生日期和性别。
  15. 一文讲解,Linux内核——Memory Barrier(内存屏障)
  16. Linux终端下载资源的办法
  17. Linux内核进程调度时机和过程
  18. 跟李沐学AI-AlexNet论文逐段精读【论文精读】
  19. 数据分析之常见图表类型与应用
  20. Python数据容器:list + set + tuple + dict + str 简记 黑马课程

热门文章

  1. mapgis6.7原创2019视频教程
  2. WIN7系统下Mapgis6.7常见的两个问题及解决办法
  3. 全国计算机一级成绩分配,计算机一级ms分值分配
  4. python中每个if条件后面都要使用冒号_每个if条件后面都要使用冒号
  5. 信息安全原理与技术第七次实验:木马攻击与防范
  6. 百会:物联网推动CRM创造新型服务
  7. 【解决windows】Windows Linux双系统安装历程,超详细
  8. 绿盟科技网络安全威胁周报2017.02 请关注Microsoft Edge远程权限提升漏洞 CVE-2017-0002...
  9. JSP中退出登录销毁Session
  10. 毕业设计-JavaWeb项目《图书馆借阅管理系统》-附源码