You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pp6hrvtlm/README.md

35 lines
1.3 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# yx-image-recognition
#### 介绍
基于Opencv实现、在EasyPR-Java的基础上优化配置及依赖版本**spring boot + maven实现的车牌识别系统**
#### 软件版本
- jdk 1.8+
- maven 3.0+
- opencv 4.0.1 javacpp1.4.4opencv-platform 4.0.1-1.4.4
- spring boot 2.1.5.RELEASE
- yx-image-recognition 1.0.0版本,入门级项目
#### 软件架构
- B/S 架构前端html + requireJS后端java
- 数据库使用 sqlite3.0
- 接口文档使用swagger 2.0
#### 安装教程
- 将项目拉取到本地PlateDetect文件夹拷贝到d盘下默认车牌识别操作均在d:/PlateDetect/目录下处理,可以根据需要自行修改
- lib下依赖包添加到build path或者修改pom文件的注释内容将opencv-platform依赖取消注释
- spring boot方式运行项目浏览器上输入 http://localhost:16666/index 即可打开操作界面
- 浏览器上输入 http://localhost:16666/swagger-ui.html 即可打开接口文档页面
-
-
#### 使用说明
- 入门级教程项目,本人目前也正在学习图片识别相关技术;大牛请绕路
- 当前项目仅实现了黄牌、蓝牌车牌识别操作,接下来会继续优化代码架构,并且加上绿牌识别、车牌识别训练等操作
- 后续会逐步加入人脸识别等功能