README.md 2.8 KB
Newer Older
朱本福 已提交
1 2
# License-Plate-Detect-Recognition-via-Deep-Neural-Networks-accuracy-up-to-99.9
works in real-time with detection and recognition accuracy up to 99.8% for Chinese license plates: 100 ms/plate!
朱本福 已提交
3 4
  
  
朱本福 已提交
5 6
正在整理文档 后面全部开放出来文档和全部资料。
===========================================
朱本福 已提交
7 8
本项目采用了多种方式识别车牌,每一种方式各有优缺点,现在统一更新出来!  

朱本福 已提交
9
| 检测大牌  | 分割单个字符 | 识别车牌 |
朱本福 已提交
10 11 12 13 14 15
| ------------- | ------------- | ------------- |
| haar+cascade  | haar+cascade  | 切割出单个字符通过cnn识别 |
| mtcnn  | 图像处理  | lstm+ctc  |
| 图像处理  |    | fcn全卷机网络带单个字符定位 |


朱本福 已提交
16

朱本福 已提交
17
一、整个大车牌检测基于haar+cascade的检测或者mtcnn的检测,
朱本福 已提交
18
--------------------------------
朱本福 已提交
19 20
[车牌识别技术详解六--基于Adaboost+haar训练的车牌检测](https://blog.csdn.net/zhubenfulovepoem/article/details/42474239  "悬停显示")

朱本福 已提交
21
二、mtcnn检测到车牌之后,通过回归得到四个角点,做透视变换对齐得到水平车牌,实测可以处理角度非常偏的车牌,
朱本福 已提交
22
-------
朱本福 已提交
23 24 25
![image](https://github.com/zhubenfu/License-Plate-Detect-Recognition-via-Deep-Neural-Networks-accuracy-up-to-99.9/blob/master/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20180720093811.png)  

三、单个车牌字符分割是基于haar+cascade加上逻辑筛选,
朱本福 已提交
26
--------
朱本福 已提交
27 28
[车牌识别技术详解三--字符检测的正负样本得取(利用鼠标画框抠图)](https://blog.csdn.net/zhubenfulovepoem/article/details/12344639   "悬停显示")
[车牌识别技术详解四--二值化找轮廓做分割得样本(车牌分割,验证码分割)](https://blog.csdn.net/zhubenfulovepoem/article/details/12345539   "悬停显示")
朱本福 已提交
29

朱本福 已提交
30 31


朱本福 已提交
32
四、识别支持全图识别和单个字符分割识别:全图识别是基于lstm+ctc。
朱本福 已提交
33
-------
朱本福 已提交
34

朱本福 已提交
35

朱本福 已提交
36
![image](https://github.com/zhubenfu/License-Plate-Detect-Recognition-via-Deep-Neural-Networks-accuracy-up-to-99.9/blob/master/result_plateCard/QQ%E5%9B%BE%E7%89%8720180529195903.png)
朱本福 已提交
37

朱本福 已提交
38
![image](https://github.com/zhubenfu/License-Plate-Detect-Recognition-via-Deep-Neural-Networks-accuracy-up-to-99.9/blob/master/result_plateCard/QQ%E5%9B%BE%E7%89%8720180529195834.png)  
朱本福 已提交
39 40

![image](https://github.com/zhubenfu/License-Plate-Detect-Recognition-via-Deep-Neural-Networks-accuracy-up-to-99.9/blob/master/result_plateCard/QQ%E5%9B%BE%E7%89%8720180529195858.png)
朱本福 已提交
41 42 43
  

![image](https://github.com/zhubenfu/License-Plate-Detect-Recognition-via-Deep-Neural-Networks-accuracy-up-to-99.9/blob/master/result_plateCard/QQ%E5%9B%BE%E7%89%8720180529195908.png)  
朱本福 已提交
44 45


朱本福 已提交
46
![image](https://github.com/zhubenfu/License-Plate-Detect-Recognition-via-Deep-Neural-Networks-accuracy-up-to-99.9/blob/master/result_plateCard/%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20180530112203.png) 
朱本福 已提交
47

朱本福 已提交
48
欢迎交流:加QQ群 图像处理分析机器视觉 109128646
朱本福 已提交
49
========