网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 论文资料|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文下载 -> 电气工程论文 -> 基于海康4004HCP板卡的机动车牌智能识别系统
自动化论文范文| 电子机电论文| 测控技术论文| 通信专业论文| 电气工程论文| 通信工程论文| 电子信息工程论文| 免费自动化论文| 免费电子论文| 免费电气论文| 免费通信论文

基于海康4004HCP板卡的机动车牌智能识别系统

本文ID:LW17150 字数:23475,页数:47 价格:¥118.00 → 信用说明

扫一扫 扫一扫
本站会员可自行下载:下载地址 基于海康4004HCP板卡的机动车牌智能识别系统 (收费:11800 积分)  如何获取积分?
基于海康4004HCP板卡的机动车牌智能识别系统

文档编号:DQ174   文档字数:23475,页数:47

摘 要

 随着世界各国工业迅猛发展,汽车数量与日剧增,城市交通状况日益受到人们的重视,如何有效地进行交通管理,越来越成为各国政府和有关部门所关注的焦点。科学、高效的利用好现有交通基础资源成为进一步挖掘我国城市交通能力的有效途径。针对此问题,开发智能交通系统是较合适的解决方法。智能交通系统也是2l世纪世界道路交通的发展趋势。
 车牌识别技术史一个以特定目标为对象的专用计算机视觉系统,能从一幅图像中自动提取车牌图像,自动分割字符,进而对字符进行识别。该技术对采集到得汽车图像进行处理,能够实时准确地自动识别出车牌的数字、字母及汉字字符,并以计算机可直接运行的数据形式给出识别结果。
 此次研究使用海康威视DS-4004HC/P车牌识别智能板卡,此卡压缩比极高,图像质量好,实时完成视频图像的压缩,不丢帧,能较好的完成车牌识别功能,节省了开发时间,同时也提高了系统性能,保证车牌识别准确度。
 本文针对车牌智能识别系统的各关键技术进行研究,采用了新的思想和方法,对车牌字符识别技术的研究具有很大的意义和应用价值。
 
关键词:车牌识别;车牌定位;字符切分;车牌字符识别

Abstract

With the rapid development of industrial countries in the world, increase the number of cars with the day, the city traffic conditions have become an increasing attention, effectively traffic management, has become a focal point of concern by more and more governments and relevant departments. How to make good use of existing transportation infrastructure and resources scientifically for the Chinese cities has become an effective means of transport for that matter, the development of intelligent transportation system (ITs) is a more appropriate solution. Intelligent Transportation Systems is the world's road traffic 2l century trends.
In particular, a license plate identification technology for the target object special computer vision system, from a picture can automatically extract the image segmentation, and character, and character recognition. This technology to automobile collected on image processing, can be accurately identify real plate number, letters and Chinese characters, and can be directly to the computer operation data form identification results.
This study uses Hikvision DS-4004HC/P card, this card has very high compression ratio, image quality, real-time video images to complete the compression, and won't dropped frames, It can finish the recognition of the completion of registration better, save the development time, but also improve the system performance to ensure the accuracy of license plate recognition.
Aiming at the plate intelligent identification system, the key technology for adopting new ideas and methods of plate character recognition technology, the research has great significance and application value.

Keywords:License Plate Recognition; plate positioning; character segmentation; license plate character recognition

目录
摘 要 II
Abstract III
1绪论 1
1.1研究背景 1
1.1.1车牌识别系统国外状况 1
1.1.2 车牌识别系统国内状况 1
1.2 研究任务与目标 2
2 海康车牌识别板卡 3
2.1 产品介绍 3
2.1.1 技术简介 4
2.1.2 产品功能 4
2.1.3 识别性能 5
2.2 产品应用与开发支持 5
2.2.1 产品应用 5
2.2.2 开发支持 6
3 开发软件Visual C++ 7
3.1 VC++简介 7
3.1.1 C++的发展 7
3.1.2 可视化编程及其发展 8
3.1.3 面向对象程序设计 9
3.2 Visual C++ 6.0的开发环境简介 11
3.2.1 Visual C++ 6.0的用户界面简介 11
3.2.2 MFC简介 11
4 车牌智能识别系统 14
4.1 车牌图像预处理 14
4.1.1 图像灰度化 14
4.1.2 中值滤波 14
4.1.3 灰度变换 14
4.1.4 直方图均衡化 15
4.1.5 图像二值化 16
4.2 车牌定位 16
4.2.1 定位常用方法比较 16
4.2.2 水平搜索定位 17
4.2.3 汽车牌照的左右定位 18
4.3 车牌字符切割 19
4.3.1 字符切割研究现状 19
4.3.2 车牌图像二值化 19
4.3.3 字符切割算法 20
4.3.4 车牌图像的归一化 20
4.4 车牌字符识别 21
4.4.1 牌照字符识别的常用方法介绍与比较 21
4.4.2 BP神经网络识别 22
5 基于海康4004HC/P板卡的系统实现 27
5.1 系统软件设计 27
5.1.1 海康4004HC/P板卡介绍 27
5.1.2 错误号定义 28
5.1.3 数据类型及结构体定义 28
5.1.4 函数列表 30
5.1.5 函数说明 30
5.1.6 软件界面及调试 34
5.2系统施工 36
5.2.1 车牌识别系统外围产品选型 36
5.2.2 车牌识别工程现场调试与安装 36
6 总结 39
致 谢 40
参考文献 41

基于海康4004HCP板卡的机动车牌智能识别系统由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:某工厂10KV变电所总体设计 下一篇:测力传感器放大器设计
推荐论文 本专业最新论文
Tags:基于 4004HCP 板卡 机动 车牌 智能 识别 系统 2011-04-02 16:47:16【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有