Description: 车牌识别系统
使用说明
使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。
具体步骤
1.24位真彩色->256色灰度图。
2.预处理:中值滤波。
3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。
初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。
该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。
4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。
5.用自定义模板进行中值滤波
区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。
6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。
7.区域裁剪,截取车牌图像。-number plate recognition system for use when used to break pic examples directory of images, Click the button followed by a "U-turn", "1", "2" and "3" and "4" and "5", can achieve precise positioning of the plates. Concrete steps 1.24 true color- Platform: |
Size: 746496 |
Author:洪清启 |
Hits:
Description: 车牌识别系统,用VC++编写的程序可以识别不同厂家生产的不同的车牌-number plate recognition system, prepared by VC program can identify different manufacturers to produce the different license plates Platform: |
Size: 238592 |
Author:mingwen |
Hits:
Description: Automatic license plate recognition自动车牌识别,关于车牌定位及识别的论文,希望对大家有帮助!-Automatic license plate automatic number plate recognition Recognition, on the license plate location and identification papers, and I hope to be helpful! Platform: |
Size: 605184 |
Author:zx |
Hits:
Description: 根据文献资料编写的一种车牌识别方法,可供毕业设计的同学参考-According to literature prepared by a number plate recognition method for graduate students reference design Platform: |
Size: 458752 |
Author:fly |
Hits:
Description: 该程序是基于颜色的车牌位置定位程序,能将车牌识别出来-this source code is used for car number plate recognization, which is based on the color indentify. Platform: |
Size: 111616 |
Author:tangqinqin |
Hits:
Description: 基于java的自动数字车牌演示程序。
执行javaanpr\dist\javaanpr.jar即可,snapshots中为测试图片,测试效果较好。-Demo Program of Automatic Number Plate Recognition System Based on Java. Platform: |
Size: 5861376 |
Author:zhibing |
Hits:
Description: Matlab Code for automatic number plate recognition in English and Arabic.
Samples also included. Platform: |
Size: 699392 |
Author: |
Hits:
Description: 包括灰度处理、均衡化、边缘提取、二值化等功能-number plate recognition system in Java source code, including Gray, balance, edge detection, the value of the two functions -number plate recognition system in Java source code, including Gray, balance, edge detection, the value of the two functions Platform: |
Size: 9216 |
Author:qifeng |
Hits:
Description: 基于神经网络的车牌识别matlab源码,利用给定的车牌图像库中(在指定的文件夹之中),任意选择其中的多副车牌图像,对其中包含的数字(0~9)或英文字符(A~F)进行手工提取训练。-License plate recognition based on neural network matlab source code, the use of a given license plate image library (among the specified folder), choose one of the more vice plate image, which contains a number of (0 ~ 9) or English characters (A ~ F) for manual extraction of training. Platform: |
Size: 95232 |
Author: |
Hits:
Description: It s a thesis work for number plate recognition along with complete source code-It s a thesis work for number plate recognition along with complete source code... Platform: |
Size: 623616 |
Author:aditya |
Hits: