基于车牌识别的校园车辆管理系统实现 - 图文
更新时间:2023-09-25 00:22:01 阅读量: 综合文库 文档下载
- 扫描车牌识别车辆信息推荐度:
- 相关推荐
密级:
硕士学位论文
基于车牌识别的校园车辆管理系统实现
作者姓名: 于祥 指导教师: 张曦煌 教授 江南大学 谬巨华 高级工程师 江苏物联网研究发展中心 学位类别: 工程硕士 学科专业: 计算机技术 研究所 : 中国科学院大学工程管理与信息技术学院
二0一四 年 三 月
I
The School Campus Vehicle Management System Based on Vehicle License Plate Recognition By Yu Xiang
A Dissertation Submitted to
University of Chinese Academy of Sciences In partial fulfillment of the requirement
For the degree of
Master of computer technoloy
College of Engineering and Information Technology
University of Chinese Academy of Sciences
March, 2014Year
中国科学院大学直属院系 研究生学位论文原创性声明
本人郑重声明:所呈交的学位论文是本人在导师的指导下独立进行研究工作所取得的成果。尽我所知,除文中已经注明引用的内容外,本论文不包含任何其他个人或集体已经发表或撰写过的研究成果。对论文所涉及的研究工作做出贡献的其他个人和集体,均已在文中以明确方式标明或致谢。
作者签名: 日 期:
中国科学院大学直属院系
学位论文授权使用声明
本人完全了解并同意遵守中国科学院有关保存和使用学位论文的规定,即中国科学院有权保留送交学位论文的副本,允许该论文被查阅,可以公布该论文的全部或部分内容,可以采用影印、缩印或其他复制手段保存、汇编本学位论文。
涉密的学位论文在解密后适用本声明。
作者签名: 导师签名: 日 期: 日 期:
摘要
摘 要
随着计算机技术的高速发展,各行各业的信息化程度越来越高,原来许多由手工处理的信息现在变成由计算机处理,这种转变大大提高了信息处理的速度和准确性。针对校园车辆管来说,校园车辆智能化管理的应用就有了良好的技术支撑和理想的技术平台。校园车辆智能化管理系统是通过以计算机视觉技术作为重要手段,运用数字图像处理方法同时结合数据库技术,通过车牌识别技术在智能交通系统特定领域的应用,设计出适应学校的校园管理系统,本文介绍了技术的特点,系统的每个模块的功能。
本文主要内容包括:首先介绍了学校当前停车管理的现状以及建立智能校园停车管理系统的必要性、可行性;第二、对智能交通管理系统中的车牌扫描智能鉴定系统中的关键技术做了简单的介绍,介绍了相关技术的工作流程、国内外的发展现状、并对其关键技术和实现该技术所使用的算法进行了一些说明;第三、在对学校实际进行具体分析的基础上详细介绍了校园车辆管理的总体设计方案:包括需求分析、系统的结构设计、系统工作流程、实现功能等;第四、对智能停车系统软件管理模块进行了设计,其中包括了车辆的管理、操作人员管理、收费的管理、数据备份与恢复等;最后,进行了总结。
关键词:车牌扫描,智能鉴定,校园车辆管理,数据库管理
I
基于车牌识别的校园车辆管理系统实现
II
Abstract
Abstract
With the rapid development of computer technology.All walks of life information degree is higher and higher .Many original by manual processing of information is now processing by computer .This shift has greatly increased the speed and accuracy of information processing .In view of the campus vehicle tube ,campus vehicle intelligent management application has a good technical support and the ideal technology platform . Campus vehicle intelligent management system is through with computer vision technology as the important means,by using digital image processing method combined with database technology at the same time and applying the license plate recognition technology in the specific field of intelligent transportation system, computer vision technology as an important means, the management system adapted to campus has been designed. This paper introduces the characteristics of technologies and the function of each module of the system.
This thesis focuses on the following aspects: Firstly, it introduces the current situation of the school parking management and the necessity and feasibility of establishing intelligent campus parking management system; Secondly, it gives a brief introduction to the key techniques of license plate scanning intelligent identification system in intelligent traffic management system, including the workflow and development of relevant technology at home and abroad, and explains the key technology and some algorithms to implement the technology; Thirdly, on the basis of the actual concrete analysis to the school campus, the overall design scheme of campus vehicle management was introduced in details, which includes requirements analysis, system structure design, working process of system and realization of the function, etc; Fourth, it designs the software modules of intelligent parking management system, including the vehicle management, the operator management, charge management, data backup and restore, etc.; Lastly it is a conclusion.
Key Words: license plate scanning, intelligent identification, the campus vehicle management, database management
III
基于车牌识别的校园车辆管理系统实现
I V
目录
目录
摘 要 ........................................................................................... 错误!未定义书签。 Abstract .......................................................................................................................... III 第一章 绪论 ....................................... 错误!未定义书签。
1.1 本课题选题背景及意义 ............................................. 1 1.2 国内外的研究现状 ................................................. 2 1.3 本文主要研究内容 ................................................. 3 1.4 本章小结 .......................................................... 4 第二章 校园车辆管理系统的关键技术介绍 .............................. 5 2.1 图像预处理 ........................................................ 5 2.2 车牌定位技术 ..................................................... 7
2.2.1 车牌粗定位 ................................................. 9 2.2.2 车牌细定位 ................................................ 10 2.3 车牌分割 ......................................................... 10 2.4 汽车牌照字符的识别 .............................................. 11 2.5 管理信息系统 .................................................... 12 2.6 网络通信 ......................................................... 13 2.7 本章小结 ......................................................... 14 第三章 进出车辆的数据管理系统软件设计与实现 ....................... 15 3.1 校园进出车辆管理系统业务流程概述 ............................... 15 3.2 系统的功能分析 .................................................. 17 3.3 系统的结构图 .................................................... 19 3.4 进出车辆的数据管理系统开发工具和模式的选择 .................... 20
3.4.1 进出车辆的数据管理系统开发工具的选择 .................... 20 3.4.2 进出车辆的数据管理系统开发模式的选择 .................... 21 3.5 进出车辆的数据管理系统数据库的设计 ............................ 21 3.6 数据库的建立 .................................................... 25 3.7 系统设计原则 .................................................... 26 3.8 系统配置 ......................................................... 26 3.9 本章小结 ......................................................... 27 第四章 系统详细设计 ............................................... 29 4.1 出入口控制模块 .................................................. 29 4.2 车牌定位与识别模块 .............................................. 31 4.3 进出车辆的数据管理模块 ......................................... 32 4.4 管理系统登录模块的设计 ......................................... 34 4.5 系统数据管理模块设计 ............................................ 35 4.6 系统维护管理模块设计 ............................................ 39 4.7 收费管理子模块的设计 ............................................ 41 4.8 系统数据查询与报表打印模块设计 ................................. 42 4.9 本章小结 ......................................................... 44
V
基于车牌识别的校园车辆管理系统实现
第五章 系统实现与测试 ............................................. 45
5.1 系统的实施 ....................................................... 45 5.2 系统功能测试与分析 .............................................. 55 5.3 功能测试结果分析 ................................................ 56 5.4 设计性能测试与分析 .............................................. 57 5.5 本章小结 ......................................................... 57 第六章 结论与展望 ................................................. 59 参 考 文 献 ........................................................ 61 致 谢 ........................................................ 个人简历、在学期间发表的论文与研究成果 .............................
V I
65 67
正在阅读:
(全册合集)山东德州市2019届初三物理中考一轮复习导学案共18份wo05-20
医学生暑期社会实践报告3000字+05-28
花青素05-31
“警示教育月”活动自我剖析材料警示教育剖析材料201803-20
实变函数测试题-参考答案03-31
电视剧《苍兰诀》观后感范文03-24
关于进行员工激励及奖励实施细则01-28
- 多层物业服务方案
- (审判实务)习惯法与少数民族地区民间纠纷解决问题(孙 潋)
- 人教版新课标六年级下册语文全册教案
- 词语打卡
- photoshop实习报告
- 钢结构设计原理综合测试2
- 2014年期末练习题
- 高中数学中的逆向思维解题方法探讨
- 名师原创 全国通用2014-2015学年高二寒假作业 政治(一)Word版
- 北航《建筑结构检测鉴定与加固》在线作业三
- XX县卫生监督所工程建设项目可行性研究报告
- 小学四年级观察作文经典评语
- 浅谈110KV变电站电气一次设计-程泉焱(1)
- 安全员考试题库
- 国家电网公司变电运维管理规定(试行)
- 义务教育课程标准稿征求意见提纲
- 教学秘书面试技巧
- 钢结构工程施工组织设计
- 水利工程概论论文
- 09届九年级数学第四次模拟试卷
- 车牌
- 管理系统
- 别的
- 基于
- 车辆
- 实现
- 图文
- 校园
- 组态王软件理论复习题2015讲解
- 电工杯108 - 肖之康马泽栋刘标 - 朱家明 - B - 电站建设中供电方案的最优控制最终 - 图文
- 第七章 第二单元 单元测验(下载版)
- 第五讲 奇偶性的应用 一
- 饲料标签大检查通知
- arcgis初学者使用
- 计组实验lab4
- vector NTI 使用教程
- 商品房认购书2019新整理版
- 荧光量子点 - 图文
- 一等奖(40名)
- 八大品牌资料
- 2013年西南网大民间文学作业答案
- 14种表达自己意见的方式
- 英语作业
- 大学生创新创业典型案例—409工作室 - 图文
- 试题精细化工
- 2013年5月二级心理咨询师真题理论+技能+参考答案完整版
- Z02 精通救生艇筏和救助艇培训船员去回车
- 2015年盆地青卫生院健康档案分析报告