车牌识别英文文献2翻译.doc
《车牌识别英文文献2翻译.doc》由会员分享,可在线阅读,更多相关《车牌识别英文文献2翻译.doc(8页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、实时车辆的车牌识别系统摘要本文中阐述的是一个简炼的用于车牌识别系统的算法。基于模式匹配,该算法可以应用于for real time detection of license plates for collecting dat对车牌实时检测数据采集,测绘或一些特定应用目的。拟议的系统原型已经使用C+与the experimental results have been shown for recognitio实验结果已证明认可of Alberta license plates阿尔伯塔车牌。1. 介绍车辆的车牌识别系统已经成为在视频监控领域中一个特殊的热门领域more than a decade
2、or so超过10年左右。随着先进的用于交通管理应用的视频车辆检测系统的的到来,车牌识别系统被发现可以适合用在varieties of places to fit itself beyond just controllin相当多的领域内,并非只是控制访问点或收费停车场。现在它可以被集成到视频车辆检测系统,该系统通常安装在需要的地方用于十字路口控制,交通监控等,以确定该车辆是否违反交通法规或找到被盗车辆violates traffic laws or to find stolen vehicles.。一些用于识别车牌的技术到目前为止有如BAM(双向联想回忆)神经网络字符识别1,模式匹配2等技术。
3、应用于系统的技术是基于模式匹配,该系统快速,准确足以在相应的请求时间内完成,更重要的是在于阿尔伯塔车牌识别在字母与数字方位确认上的优先发展。由于车牌号码的字体与方位因国家/州/省份的不同而不同the orientation and font used for number plates differ in,该算法needed to be modified accordingly keeping its structure需要作相应的修改保持其结构完整,如果我们想请求系统识别number plates of those places.这些地方的车牌。本文其余部分的组织如下:第2节discusse
4、s about the system architecture and the steps探讨了在识别过程中涉及的系统的结构与步骤,第3节解释了proposed algorithm for real time detection of numbe算法对于车牌号码的实时检测,第4节为实验结果,第5节总结了全文包括致谢与参考文献。2. 系统架构系统将被用来作为十字路口的交通视频监控摄像系统一个组成部分来进行intersection surveillance video camera system for traffianalysis分析。图1显示了of Calgary.卡尔加里一个典型的refer
5、encplates, section 4 shows the experimental results and finalinvolved in recognition process, section 3 explains thintact, if we want to apply this system for recognizing thdifferent countries/states/provinces, this algorithm 交叉口。只有一个车牌用在艾伯塔,连接到背面的车辆and the camera will be used to track this back lic
6、ense照相机将被用于跟踪此背面车牌。图1 A typical intersection of the city of卡尔加里一个的典型交叉口系统架构包含三个相异部分:室外部分,室内部分an与communication link通信链路。室外部分是安装摄像头in different intersections of interest for capturing images.在拍摄图像的不同需要的路口。室内部分是中央控制站,从所有这些安装摄像头中,接收,存储与分析所拍摄图像。通信链路就是高速电缆或光纤连接到所有这些相机central control station.中央控制站。几乎所有的算法的
7、开发程度迄今按以下类似的步骤进行。一般的7个处理步骤已被确定为所有号牌识别算法3 共有。它们是:触发:这可能是硬件或软件触发。硬件触发是旧的方式,即感应圈is used for triggering and this tells when the image shoul用于触发与这个表述了图像通过检测车牌的存在何时应该被捕获。硬件触发现在在操作上在许多地方被软件触发取代。在软件触发,图像分为区,通过图像对于分析的车辆的检测的执行。图像采集:硬件或软件触发启动图像捕捉设备来捕捉与存储图像来进一步的分析。车辆的存在:这一步是只需要如果在确认一定时间间隔后触发完成不需要知道车辆存在于捕获的图像中。这
8、一步背景图像与捕获的图片作比较,并检测是否有任何重大改变。如果没有,captured image is just ignored, otherwise it moves to the拍摄的图像被忽略,否则进入到下一个步骤。寻找车牌:此步骤是在捕获的图像中定位车牌。一些技术的可用于这一步,例如颜色检测4,特征分析5,边缘检测6等。在捕获的图像中的任何倾斜是纠正在这一步。一旦车牌已被定位,图像即准备进行字符识别。字符分割:分割可以通过detecting the transition from dark to light or from light to检测浓到淡或者淡到浓的过渡层。车牌中的每个灰色
9、字符产生了一个灰色带。因此,通过检测类似灰度带每个字符可以被分割出来。识别过程:这是光学字符识别的一步。一些技术可以被用于到这一步包括模式匹配2,特征匹配78与神经网络分类9。发布过程:这是应用程序的特有step的一步。matching 2, feature matching 78 and neural networkclassifier 9gray level bands each character can be segmentedcaptured image is corrected in this step.be used in this step eg color detection
10、 4, signatureplate in the captured imagecompares the captured image with the background imagis done after definite time intervals without knowing that vehicle is present in the captured imagethe image capturing device to capture and store image forfurther analysis.software trigger, image is divided
11、into zones and by imageanalysis the detection of vehicles is performed.software trigger and in operational in many places.根据应用此步骤可保存已被检测出来的车牌用于交通数据收集,尝试匹配号牌与被盗车辆数据库或在停车场中为认可停车的车辆打开汽车门等等。3. 算法该算法用于在处理捕获的图像与车牌检测后的车牌字符识别。基于模式匹配,系统沿用了一个智能算法用于艾伯塔车牌字母与数字的识别。图2显示了一个艾伯塔省车牌样本which contains three letters, thr
12、ee numbers and a dash i其中包含三个字母,3个数字与破折号在内。所以通过基本的字符确认方法,模糊的字符比如有:数字0 and the letter O, digit 8 and letter B has been0与字母O,数字8与字母B已被solved解决。此外,由于前三个字符是字母,所以只需与A-Z这一段的字母作比较比较。类似的,在最后三个字符,它门只需与0-9这一段数字作比较。图2. Alberta license plat阿尔伯塔省的车牌首先字符识别问题是要找出字符的the area where the characters are printed.印刷区域。这一
13、区域通常是usually vertically and horizontally centered垂直与水平居中的。因此,通过采取vertical concentration of colors we can get the top and颜色的浓度,我们可以得到字符垂直的顶部与bottom positions of the character底部。一旦图像中字符的顶部与bottom positions of the characters in the image have been底部位置被找到,该区域可以从生成的图像中分割出来,生成图3一样的图像。这个图像现在为字符分割与识别作准备。图3.
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 车牌 识别 英文 文献 翻译
限制150内