add modifytime etc some infromation

1.3
liuruoze 10 years ago
parent 4249090dbb
commit eb65639727

@ -36,9 +36,11 @@ EasyPR最开始是发布在[GitHub](https://github.com/liuruoze/EasyPR)上的,
* 1.车牌定位使用了“颜色信息”+“二次Sobel”的综合搜索方法。在下面的window中红框代表Sobel定位结果黄框代表颜色定位结果。
* 2.“批量测试”功能增加了一个结果查看window这个窗口可以用SetDebug()方法开闭(true开false关)。
![查看结果](doc/res/window.png)
* 3.解决了“大角度定位”问题,见下图。原图中的车牌可以被定位并转换到正确的视角。
![大角度定位](doc/res/bigangle.png)
* 4.GDTS里新增了若干张新测试图包括数张大角度图。

@ -1,7 +1,8 @@
//////////////////////////////////////////////////////////////////////////
// Name: plate_detect Header
// Version: 1.0
// Version: 1.2
// Date: 2014-09-28
// MDate: 2015-03-13
// Author: liuruoze
// Copyright: liuruoze
// Reference: Mastering OpenCV with Practical Computer Vision Projects

@ -1,7 +1,8 @@
//////////////////////////////////////////////////////////////////////////
// Name: plate_judge Header
// Version: 1.0
// Date: 2014-09-22
// Version: 1.1
// Date: 2014-09-28
// MDate: 2015-01-28
// Author: liuruoze
// Copyright: liuruoze
// Reference: Mastering OpenCV with Practical Computer Vision Projects

@ -1,8 +1,9 @@
//////////////////////////////////////////////////////////////////////////
// Name: plate_locate Header
// Version: 1.0
// Version: 1.2
// Date: 2014-09-19
// MDate: 2014-09-29
// MDate: 2015-03-13
// Author: liuruoze
// Copyright: liuruoze
// Reference: Mastering OpenCV with Practical Computer Vision Projects

Loading…
Cancel
Save