文档介绍:香港车牌识别算法赵永辉刘长松( 清华大学电子工程系智能技术与系统国家重点实验室,北京 100084) 摘要:本文提出一个香港车牌识别算法。针对香港车牌格式比较自由的特点,算法中通过合并连通域进行车牌定位,通过搜索连通域的所有可能组合进行车牌切分。采用彩色图像游程邻接算法 CRAG ( color run-length adjacency graph algorithm )对彩色图像搜索连通域,使得时间性能大大提高。通过实验表明,本算法在图像测试集的平均识别率达到 95% 以上。关键词: 香港车牌;连通域; CRAG 算法;组合; HongKong License Plate Recognition Algorithm ZHAO Yong-hui LIU Chang-song State Key Laboratory of Intelligent Technology and Systems Dept. of Electronic Engineering, Tsinghua University , Beijing 100084 China Abstract: A HongKong license plate recognition algorithm is proposed. HongKong license plates have no fixed formats. Aiming at this point, the algorithm determines license plate location bining ponent s and segments license plate by searching all bination of ponents. Searching ponent s in color image is implemented by color run-length adjacency graph algorithm ( CRAG ). As a result , time performance is great improved . An experiment shows that the average correct rate of the algorithm is above 95%. Keywords: HongKong license plate; ponent s; CRAG algorithm ; combination ; 1引言在我国车牌识别应用已经越来越成熟和普遍, 随着我国大陆地区与香港地区经贸关系的日益密切, 香港车牌的识别问题也开始变得重要, 尤其是对于海关的通关车辆管理。作为海关中智能交通系统的重要组成部分, 香港车牌识别系统可以大大提高香港车辆在大陆关口的过关速度。香港车牌和大陆的车牌最大不同是香港车牌字符排列格式比较自由。同一种格式的车牌各字符间的相对位置分布不一定相同, 因此针对大陆车牌识别的许多算法不能有效处理香港车牌, 例如香港车牌的字符切分不能采用我们识别大陆车牌提出的模版匹配算法[1]。本文提出了一种基于连通域合并和连通域组合搜索的香港车牌识别算法。车牌的定位是基于连通域的合并。车牌的字符切分是基于对连通域组合的搜索。 2 香港车牌识别算法流程车牌的尺寸是整个识别系统中一