README.md 2.7 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
本项目采用了多种方式识别车牌,每一种方式各有优缺点,现在统一更新出来!
|检测大牌|分割单个字符|识别车牌字符|
|---|---|---|
|haar+cascade|haar+cascade|切割出单个字符通过cnn识别|
|mtcnn|图像处理|lstm+ctc|
|图像处理| |fcn|
朱本福 已提交
13

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

朱本福 已提交
18 19
mtcnn检测到车牌之后,通过回归得到四个角点,做透视变换对齐得到水平车牌,实测可以处理角度非常偏的车牌,
-------
朱本福 已提交
20
![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)
朱本福 已提交
21 22
单个车牌字符分割是基于haar+cascade加上逻辑筛选,
--------
朱本福 已提交
23

朱本福 已提交
24 25 26 27
https://blog.csdn.net/zhubenfulovepoem/article/details/12344639 车牌识别技术详解三--字符检测的正负样本得取(利用鼠标画框抠图)
https://blog.csdn.net/zhubenfulovepoem/article/details/12345539 车牌识别技术详解四--二值化找轮廓做分割得样本(车牌分割,验证码分割)


朱本福 已提交
28 29
识别支持全图识别和单个字符分割识别:全图识别是基于lstm+ctc。
-------
朱本福 已提交
30

朱本福 已提交
31

朱本福 已提交
32
![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)
朱本福 已提交
33

朱本福 已提交
34
![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)  
朱本福 已提交
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%8720180529195858.png)
朱本福 已提交
37 38 39
  

![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)  
朱本福 已提交
40 41


朱本福 已提交
42
![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) 
朱本福 已提交
43

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