From 75048ed1b528e4c92283fab4a7951f35dedccafe Mon Sep 17 00:00:00 2001 From: liuruoze Date: Mon, 20 Oct 2014 22:18:39 +0800 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f7e6a85..85ebdb8 100644 --- a/README.md +++ b/README.md @@ -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 | 测试代码