课程设计(论文)说明书题 目: 基于 Matlab 车牌识别 院 (系): 信息与通信学院 专 业: 通信工程 摘 要近几年,车牌识别系统作为智能交通的一个重要方向越来越受到重视。车牌识别系统可以应用于停车场管理系统、高速公路超速管理系统、城市十字路口的“电子警察”、小区车辆管理系统等各个领域。本论文基于 Matlab,使用 c 语言编程来实现车牌识别。车牌识别主要经过牌照定位,即定位图片中的牌照位置;牌照字符分割,就是把牌照中的字符分割出来;牌照字符识别,也就是把分割好的字符进行识别,最终组成牌照号码。关键词:Matlab;c 语言;定位;分割;识别;Abstract In recent years, the license plate recognition system as an important direction of the intelligent transportation is more and more attention. License plate recognition system can be used in the highway speeding car park management system management system of urban intersection electronic police district vehicle management system and other fields.In this paper, based on Matlab, using c language programming to realize the license plate recognition. License plate recognition is mainly through the license plate localization, namely, positioning image of license plate location; Character segmentation of license plate character segmentation, is the license plate; License plate character recognition, that is, the good character segmentation, which can identify of license plate number.Key words:Matlab;C programming language; Positioning; Segmentation; identify目 录引 言.....................................................................................................................11 设计方案...........................................................................................................21.1 总体设计目标.......................................................................................................................21.2 总体设计组成框图.................................................................