用户名: 密码: 验证码:
汽车牌照识别系统相关技术研究与实现
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
近年来车辆牌照自动识别技术在智能交通领域中的运用非常的广泛。在已经实现的系统中还存在着识别性能不稳定,对垂直倾斜角度过大情况不能纠正,以及针对于字符识别而设计的分类器识别率不高并且训练过程过长等缺点,需要科研人员继续对系统进行完善。
     一个完整的车辆牌照识别系统工作流程一般由三部分组成:图象输入,牌照定位与字符识别。本文主要讨论软件部分的工作,包括牌照定位和字符识别。围绕以上任务,本文对牌照倾斜角度的计算方法、对垂直倾斜角度过大情况下对牌照图象的纠正方法,车牌精确定位方法、字符识别的方法和多分类器的集成方法等作了深入的研究和探讨。主要研究工作包括:
     在对牌照倾斜角度的计算方法中率先提出使用Canny算子作边缘检测。通过实验证明Canny算子比其它检测算子如Sobel等对车牌边框的检测效果要好。
     提出了在对垂直倾斜角度过大的情况下使用简单空间变换的方法来纠正图象的畸变而对垂直倾斜角度不大的情况则不作为的新策略。这种分别对待的目的是使字符尽量不出现锯齿形,同时可识别度增高。
     在车牌精确定位环节中阐述了两种通用的方法:“基于角检测的牌照字符区域定位”,和“基于边缘检测和快速Hough变换的区域定位”。而作者提出一种全新方法—基于几何学的算法,它根据几何坐标变换的转换关系和对车牌中心坐标的估计计算,以非常精确的公式推导出精确提取牌照区域的四个顶角坐标。与前两种方法比较,后一种方法计算速度快,抗倾斜能力强。
     在字符识别环节中阐述了结构识别方法,统计识别方法,结构与统计相结合的组合识别方法,以及神经网络分类器识别的方法。对HMM(隐马尔可夫模型)方法的应用现状作了简单介绍。通过对字母数字识别的分类器模块设计方案的实验,指出采用置信度的组合多分类器集成的方法能够有效提高识别率。
     对机器学习领域当前的最新研究热点统计学习理论和支持向量机(SVM)方法在字符识别上的应用作了研究与探讨。支持向量机在模式识别中的对有限样本的要求,以及不同的核函数可以得到类似的识别效果,支持向量机的训练时间周期较短,识别率较高等方面都表现出比其它机器学习方法更优异的性能。
     系统在实现过程中一方面选择采用了来自各种学术文献上的较为优秀的成熟方法,另一方面在某些环节采用了性能更好的新算法,并对引入某些新理论加以应用作了尝试。系统的稳定性也在开发过程中始终被强调。
    
     西南交通大学硕士研究生学位论文 第日页
     将来进一步的工作包括以下几个方面:将基于SVM的字符分类器引入系统
    中,提高系统的整体识别率。增加图象预处理功能,对光照过强或过弱条件下
    所拍摄图象进行质量提升。
The techniques of Car License Plate Recognition is used widely in the ITS field recently.There are some problems still existed in the current working system:the performance of system is not stable enough; the remedy method of distorted image is not adopted in the case of vertical incline grade is large; the recognition rate of character classifier is not high enough to meet the need and the training period of character classifier is too long . All of these need the researchers to better the algorithms and optimize the system.
    An whole Car License Plate Recognition System consists of three components: image inputting^icense retrieving^character recognition. This thesis focuses on the software part of the system including "license retrieving" , " character recognition" .
    In order to solve the problems described above, some deep researches including the algorithm of the computing of incline grade of license plate, the remedy method in the case of vertical incline grade is large, the exact plate retrieving algorithm, the character recognition method, and the combination method of multi-classifiers, have been carried out in this thesis.
    Main research work of this thesis includes:
    Canny arithmetic operator of edge detection is introduced firstly in the algorithm of the computing of incline grade of license plate. The experiment result proves the performance of Canny operator is more excellent than the traditional operator such as Sobel.
    A "simple space-transformation" method is proposed to remedy the image distortion in the case of vertical incline grade is large whereas nothing is done in the case of vertical incline grade is small in this thesis. This purpose of novel method of discriminated treatment is to improve the recognition rate, and reduce the zigzag occurrence of characters.
    Two universal methods of exact plate retrieving are presented. One is exact plate retrieving method based on corner detection. The other
    
    
    is exact plate retrieving method based on line edge inspecting. And a new method is proposed here based on the geometry. According to the transformation rules of the geometry coordinates before and after the image rotation and the estimated computation of the coordination of the plate center, a formula could be deduced , and the four corners are marked. Compared with the two universal methods , the geometry-based method has a shorter computing-time consumption, and a stronger ability of anti-incline of plate.
    In the stage of character recognition , a lot of methods are presented in this thesis, including the structure recognition method , the statistical recognition method, the structure and statistical combination recognition method, and artificial neural network classifier recognition method. Hidden Markov Module and its application in character recognition are presented in brief. It is proved here that the method of combination of multi-classifiers with the confidence computing could improve the recognition rate via an alphabet and digits recognition classifier module scheme experiment.
    Some researches and discussion have been carried out on the application of Statistical Learning Theory and Support Vector Machine in character recognition. SLT and SVM are the new hotspots in machine learning field. SVM represents better performance than most other machine learning method because of the requirement for limited number training samples, different kernel function could deduce the approximate recognition result, shorter training-period interval, higher recognition rate .
    On the one hand the "SeeCar" system have adopted many known excellent methods cited from the domestic and international published paper, on the other hand some new algorithm with better performance have been put up . The stability of system has been emphasized during the whole developing period .
    The next step work will be carried out in the future including the following aspects: A SVM-based character classifier will be introduced in the recognition module with the aim to ehance the whole recognition
    
    rate; A pre-
引文
[1] 刘允才.“智能交通国际发展概况和国内优先考虑的课题” 公路,2001,11(11):26-34
    [2] 李小平.“车辆牌照识别系统可靠性问题的研究” 北京理工大学学报,2001,21(2):11-14
    [3] Paolo Ferragina, Mario Notturno Graieri, Flavio Stabile. "Optical Recognition of Motor Vehicle License Plate", Paolo Comelli IEEE Transactions on Vehicle Technology, 1995,44(4) :790-799
    [4] Luis Salgado, Jose M. Memendez, Enrique Rendon, Narciso Garcia. "Automatic Car Plate Detection and Recognition through Intelligent Vision Engineering". IEEE Annual International Carnahan Conference on Security Technology, Proceedings, 1999:71 - 76
    [5] Hans A. Hegt, Ron J. De L a Haye, Nadeem A. Khan. "A High Performance L icense Plate Recognition System". Proceedings of IEEE International Conference on System, Man and Cybernetics, 1998 , (5):4357- 4362
    [6] Christoph Busch, Rail Dorner, Christian Freytag, Heike Ziegler. "Feature Based Recognition of Traffic Video Streams for Online Route Tracing". IEEE Vehicular Technology Conference, 1998, (3) :1790-1794
    [7] Kanji Kanayama, Yoshimasa Fujikawa, Koichi Fujimoto, Masanobu Horino. "Development of Vehicle License Number Recognition System Using Real Time Image Processing and Its Application to Travel- Time Measurement" Vehicle Technology Conference, 1991:798- 804
    [8] 牛欣 “汽车牌照识别技术的研究” 测控技术,1999,18(12):14-17
    [9] 魏武,张起森 “一种基于模板匹配的车牌识别方法” 中国公路学报,2001,14(1):104-106
    [10] 廖金周,宣国荣 “车辆牌照的自动分割” 微型电脑应用,1999(7):32-34
    [11] 李小平,任江兴 “车牌识别系统中若干问题的讨论” 北京理工大学学报,2001(21):116-119
    [12] 张引 潘云鹤 “面向车辆牌照字符识别的预处理算法” 计算机应用研究,1999(7):85-87
    
    
    [13] 章毓晋 “图象分割” 科学出版社,2001:9-14
    [14] Canny J. "A computational approach to edge detection". IEEE- PAMI, 1986, 8: 679-698
    [15] Liu Jilin, Ma Hongqing. "A High Performance License Plate Recognition System Based on the Web Technique"
    [16] John H. Mathews, Kurtis D.Fink. "Numerical Methods Using MATLAB(Third Editon)" PEARSON EDUCATION Press. 2001
    [17] 崔屹.“图象处理与分析—数学形态学方法和应用”.北京:科学出版社,2000
    [18] 陈志兵.“复杂背景下的字符识别研究与应用” 中国科学技术大学硕士学位论文,2000
    [19] 王荣,蒋欣荣,游志胜 “一种对实摄图象的变形纠正算法” 四川大学学报(自然科学版),2001,38(2)
    [20] 戴青云.“一种基于小波与形态学的车牌图象分割方法” 中国图象图形学报,2000,5(A).
    [21] J. Bulas-Cruz, J. Barroso, A. Rafel "REAL-TIME NUMBER PLATE READING" , 4th IFAC Workshop on Algorithms and Architectures for Real-time Control, Vilamoura, Portugal, Abril (1997).
    [22] J. Barroso, A. Rafael, E. L. Dagless and J. Bulas-Cruz, "Number plate reading using computer vision", IEEE-International Symposium on Industrial Electronics ISIE' 97, Universidade do Minho, Guimares, Portugal, Julho (1997)
    [23] 吴一全,朱兆达.“图象处理中阈值选取方法30年(1962-1992)的进展(一)(二)” 数据采集与处理,1993,8(3).
    [24] P.K. SAHOO, S. SOLTANI, A.K.C. Wong "A Survey of Thresholding Techniques" Computer Vision, Graphics, And Image Processing, 1988, 41:233-260
    [25] J. KITTLER, J. ILLINGWORTH "Minimum Error Thresholding" Pattern Recognition, 1986, 19(1) :41-47
    [26] JEAN-CHRISTOPHE OLIVO "Automatic Threshold Selection Using the Wavelet Transform" CVGIP, 1994, 56(3) :205-218
    [27] Ostu N. "A threshold selection method from gray-level histogram" IEEE Trans, 1979; SMC-9:62-66
    
    
    [28] 叶晨洲,杨杰,宣国荣 “车辆牌照字符识别” 上海交通大学学报,2000,34(5):672-675
    [29] 边肇祺,张学工 “模式识别(第二版)” 清华大学出版社,2000:18-20
    [30] 陈友斌 “非特定人脱机手写汉字识别方法的研究方法” 清华大学博士论文,1997
    [31] 孙即祥 “现代模式识别” 国防科技大学出版社 长沙 2002:128-171
    [32] 阎平凡,张长水 “人工神经网络与模拟进化计算” 清华大学出版社 2000
    [33] 陈学德,陈玲 “一个基于神经网络的手写文字分类/识别模型” 中文信息学报,1993,7(1)
    [34] Anil K. Jain(Fellow, IEEE), Robert P.W. Duin, Jianchang Mao "Statistical Pattern Recognition:A Review" IEEE Transactions on PAMI 2000,22(1) p.p. 4-37
    [35] Abihijit S Pandya, Robert B. Macy "Pattern Recognition with Neural Networks in C++" CRC Press, 1995
    [36] 熊大胜 “基于神经网络的字符识别及其在汽车牌照识别上的应用” 中国科学院合肥智能机械研究所硕士论文,1995
    [37] Sunghoon Kim, Daechul Kim et al "A Robust License-Plate Extraction Methold under Complex Image Conditions" 16th ICPR IEEE, Quebec, Canada, 2002 p.p:216-219
    [38] Jing Zhang, Xilin Chen, et al "A Robust Approach for Recognition of Text Embedded in Natural Scenes"
    [39] C-H Lee et al. "A Study on Speaker Adaptation of the Parameters of Continuous Density Hidden Markov Models" IEEE Trans. on Signal Processing Vol. 39 No. 4.1991 p.p. 806-814
    [40] J.G. Wilpon et al,"Automatic Recognition of Keywords in Unconstrained Speech Using Hidden Markov Models" Tran. IEEE on ASSP Vol. 38 No. 11,1990 p.p 1870-1878
    [41] Kai-Fu Lee(李开复), "Automatic Speech Recognition, The Development of the SPHINX System" Kluwer Academic Publishers. 1989
    [42] Bunke H, Roth M. "Off-Line Cursive Handwritten Recognition Using Hidden Markov Models" Pattern Recognition, 1995, 28(9):1399-1413
    [43] Kuo S, Agazzi OE. "Keywords Spotting in Poorly Printed Documents
    
    Using Pseudo 2D Hidden Markov Models" IEEE Trans. On PAMI ,1994,16(8) PP:842-848
    [44] 陈友仁,赵正校 “基于隐马尔可夫模型的车牌自动识别技术” 红外与激光工程2001,30(2):102—107
    [45] 张昕中 “汉字识别技术” 清华大学出版社,1992
    [46] Vapnik V. "The Nature of Statistical Learning Theory" Spring—Verlag New York 1995.张学工,译“统计学习理论的本质” 清华大学出版社,2000
    [47] Vapnik V. "Statistical Learning Theory" New York: Wiley, 1998
    [48] Corinna Cortes, Vapnik V. "Support-Vector Network" Machine Learning, 1995,20:273-297
    [49] 张学工 “关于统计学习理论与支持向量机 “自动化学报,2000,26(1):32—42
    [50] 林晓帆 丁晓青 吴佑寿 “独立分类器集成理论及其在字符识别中的应用” 模式识别与人工智能11(3)
    [51] 林晓帆 “分类器置信度分析及其在手写字符识别中的应用”Proceedings of 3rd National Conference on Intelligent Computer Interface and Applications, Aug. 1997, China
    [52] Xiaofan Lin, Xiaoqing Ding, Ming Chen , et al. "Adaptive confidence transform based classifier combination for Chinese character recognition" Pattern Recognition Letter, 1998
    [53] 林晓帆 “字符识别的置信度分析” ,清华大学学报,1998(38)9
    [54] 袁亚湘 孙文瑜 “最优化理论与方法” 科学出版社,2001
    [55] Corinna Cortes, V. Vapnik. "Support-Vector Network" Machine Learning, 1995 (20) PP: 273—297
    [56] Sung-Bae Cho "Nerual-Network Classifiers for Recognizing Totally Unconstrained Handwritten Numerals" IEEE Trans. On Neural Networks 1997(8)1
    [57] O. Chapelle, P. Haffner, and V. Vapnik. "Svms for histogram-based image classi£cation" IEEE Transaction on Neural Networks, 9, 1999.
    [58] T. Joachims. "Text categorization with support vector machines: Learning with many relevant features" In C. N'edellec and C. Rouveirol, editors, Proceedings of the European Conference on
    
    Machine Learning, pp:137- 142, Berlin, 1998. Springer.
    [59] T. Joachims. "Transductive inference for text classifcation using support vector machines" In International Conference on Machine Learning (ICML), Bled, Slovenia, 1999.
    [60] T. Joachims. "Estimating the generalization performance of a SVM efficiently" In Proceedings of the International Conference on Machine Learning, San Francisco, 2000. Morgan Kaufman.
    [61] 高学 金连文 “一种基于支持向量机的手写汉字识别方法” 电子学报,2002(30):651—654
    [62] 任力安 何清 史忠植 “一种新的海量数据分类方法” 计算机工程与应用,2002,14:PP:58-60
    [63] 王国胜“支持向量机的若干新进展“电子学报,2001(29)10:1397-1400
    [64] 张文生“支持向量机中引入后验概率的理论和方法研究“计算机研究与发展,2002(39)4 PP:392—397
    [65] 周伟达 张莉 焦李成 “支撑向量机推广能力分析“电子学报,2001(29)5 PP:590-594
    [66] 阎辉 张学工“支持向量机与最小二乘法的关系研究“清华大学学报,2001(41)9 PP:77—80
    [67] Christopher J.C. Burges "A Tutorial on Support Vector Machines for Pattern Recognition" Bell Lab ,1999.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700