Update README.md

1.3
liuruoze 10 years ago
parent ffab423453
commit 75048ed1b5

@ -4,7 +4,7 @@ http://www.cnblogs.com/subconscious/p/3979988.html
EasyPR是一个中文的开源车牌识别系统。EasyPR的意思是Easy to do Plate Recognition。EasyPR的目标是成为一个简单的灵活的准确的免费车牌识别引擎。
**———— 大数据时代,给车牌识别系统带来新的挑战。免费,开源将会是不可抵挡的趋势**
**———— 车牌识别系统在大数据时代会有新的定义*
### 特征
@ -16,7 +16,7 @@ EasyPR是一个中文的开源车牌识别系统。EasyPR的意思是Easy to do
### 样例
假设我们有如下的图片:
![EasyPR 原始图片](doc/img/plate_detect.jpg)
![EasyPR 原始图片](doc/image/plate_detect.jpg)
经过EasyPR的第一步处理PlateDetect以后
@ -45,18 +45,16 @@ EasyPR不需要安装开发者直接在其上做改动。如果想使用DLL
| image | 测试用的图片
| doc | 相关文档
包含include文件夹下的所有头文件和cpp文件夹下的src文件。
以下表格是本工程中所有文件的解释与关系:
以下表格是src目录中所有文件的解释与关系:
|文件 | 解释
|------|----------
| plate_locate | 车牌定位
| plate_judge | 车牌判断
| plate_detect | 车牌检测,是车牌定位与车牌判断功能的组合
| chars_segment | `ol`, `ul`, `li`, `dl`, `dt`, `dd`
| chars_identify | `table`, `thead`, `tbody`, `tfoot`, `tr`, `td`, `th`
| chars_recognise | `br`, `hr`
| plate_recognize | `ruby`, `rt`, `rp`
| prep.h | `ruby`, `rt`, `rp`
| test.cpp | `ruby`, `rt`, `rp`
| chars_segment | 字符分割
| chars_identify | 字符鉴别
| chars_recognise | 字符识别,是字符分割与字符鉴别的组合
| plate_recognize | 接口类,是车牌检测与字符识别的子类
| prep.h | 预包含头文件
| test.cpp | 测试代码

Loading…
Cancel
Save