From 2d16cc1aa0aff168fc107b45bf2026262f53fdcf Mon Sep 17 00:00:00 2001 From: liuruoze Date: Sat, 6 Jun 2015 13:50:39 +0800 Subject: [PATCH] =?UTF-8?q?1.3=20beta=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run_accuracy.txt | 8 ++++++++ src/include/plate.h | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/run_accuracy.txt b/run_accuracy.txt index 903922f..5e47017 100644 --- a/run_accuracy.txt +++ b/run_accuracy.txt @@ -1041,3 +1041,11 @@ 总图片数:120张, 未识出图片:2张, 定位率:98.3333% 平均字符差距:0.398305个, 完全匹配数:96张, 完全匹配率:81.3559% 总时间:184秒, 平均执行时间:1.53333秒 +2015-06-05 21:18:38 +总图片数:60张, 未识出图片:3张, 定位率:95% +平均字符差距:0.982456个, 完全匹配数:34张, 完全匹配率:59.6491% +总时间:46秒, 平均执行时间:0.766667秒 +2015-06-06 13:41:51 +总图片数:120张, 未识出图片:2张, 定位率:98.3333% +平均字符差距:0.398305个, 完全匹配数:96张, 完全匹配率:81.3559% +总时间:178秒, 平均执行时间:1.48333秒 diff --git a/src/include/plate.h b/src/include/plate.h index 6a52e97..18bb53f 100644 --- a/src/include/plate.h +++ b/src/include/plate.h @@ -5,7 +5,7 @@ // Author: liuruoze // Copyright: liuruoze // Desciption: -// Defines CPlate +// An abstract class for car plate. ////////////////////////////////////////////////////////////////////////// #ifndef __PLATE_H__ #define __PLATE_H__ @@ -21,6 +21,8 @@ namespace easypr { { public: bool bColored; + + //! 构造函数 CPlate(); //! 设置与读取变量