基于物联网的交叉口智能交通灯控制系统设计与实现

智能视频监控技术是近年来新兴的一种利用计算机视觉技术,人工智能技术和数字视频处理技术对监控视频的目标进行识别,通过对此的分析处理,从而对视频监控系统进行控制,智能视频监控技术是一项较为复杂的课题。特别是对运动物体的识别检测并跟踪显示是智能视频监控领域的一项热点研究问题,如何在复杂的环境下准确的识别出物体特征仍是该领域内研究的难点。

随着我国微型电子技术和嵌入式系统的发展,目前行业内相对比较传统的交通灯无法满足客户的需求。为了改进传统交通灯在控制上得短板问题,在本次毕业设计中,将使用相对先进、快捷、智能的控制机制。该系统的控制大脑为核心控制器51系列嵌入式开发系统,主要采用数字控制技术,将输入的连续模拟电压信号转换成离散的数字信号,传输给液晶显示器。该交通灯设计具有智能控制、数字显示等功能,而且性价比高、度准确、能耗较低、制作简易、称重方便快捷等特点,给人民生活带来了很大的影响,在市场上很受欢迎。

本文主要探讨并提出一种了利用视频监控系统采集路面通过车辆的图像信息,以三种视频监控算法光流法、帧间差分法、背景差分法为基础,计算监控道路的车流量,根据车流量与下位机的配合,合理分配交通灯的时间,以减缓交通压力,以便更快更迅速地疏导道路交通。为了验证设计系统,在实验阶段,依靠嵌入式平台开发了一套仿真验证模型,分别在该嵌入式平台及上位机平台上,用相同的核心图像处理算法,进行了实验验证,取得了良好的效果。

该智能控制系统设计主要从国内外发展状况,硬件控制部件选择,根据控制原理绘制硬件电路,控制系统软件程序设计开发等方面进行详细讲解。该控制系统使用STC89C52RC嵌入式开发系统、电路显示部分、按键电路等组成智能交通灯控制系统。

关键词:交通灯;单片机;显示;视频监控;车流量

Abstract

Intelligent video surveillance technology is a new technology in recent years, which uses computer vision technology, artificial intelligence technology and digital video processing technology to identify the target of surveillance video, through the analysis and processing of this, so as to control the video surveillance system, intelligent video surveillance technology is a relatively complex subject. In particular, the recognition, detection and tracking display of moving objects is a hot research issue in the field of intelligent video surveillance. How to accurately identify object features in a complex environment is still a difficulty in this field.

With the development of micro-electronic technology and embedded system in our country, the current industry relatively traditional traffic lights can not meet customer needs. In order to improve the traditional traffic lights in the control of the short board problem, in this graduation design, will use relatively advanced, fast, intelligent control mechanism. The control brain of the system is the core controller 51 series embedded development system, which mainly uses digital control technology to convert the input continuous analog voltage signal into discrete digital signal, which is transmitted to the LCD. The traffic light design has intelligent control, digital display and other functions, and cost-effective, accurate, low energy consumption, simple production, weighing convenient and fast characteristics, to people's lives has brought a great impact on the market is very popular.

This paper mainly discusses and proposes a video surveillance system to collect the road through the vehicle image information, on the basis of three video surveillance algorithms optical flow method, frame difference method, background difference method, calculation monitoring road traffic flow, according to the traffic flow and the coordination of the lower machine, reasonable allocation of traffic light time, in order to slow down the traffic pressure, in order to more quickly and more quickly the road traffic. In order to verify the design system, in the experimental stage, a set of simulation verification model is developed based on the embedded platform. The same core image processing algorithm is used to carry out experimental verification on the embedded platform and the upper computer platform respectively, and good results are obtained.

The intelligent control system design mainly from the domestic and foreign development status, hardware control components selection, according to the control principle to draw the hardware circuit, control system software programming and development are explained in detail. The control system uses STC89C52RC embedded development system, circuit display part, key circuit and so on to form intelligent traffic light control system.

Key words: Single chip microcomputer; Video surveillance;Timing;traffic

目录

          ... 3

第一章 绪论... 6

1.1  研究课题背景... 6

1.2  国内外发展概况... 7

1.3  课题研究的目的... 9

1.4  课题的研究内容及章节安排... 10

第二章 智能交通灯控制系统的设计方案... 12

2.1  设计任务及要求... 12

2.2  交通灯总体设计方案... 12

2.3  方案的论证与分析... 13

第三章 视频采集模块设计... 16

3.1  设计原理... 16

3.2  视频监控摄像头... 16

3.2.1  摄像头视频格式... 16

3.2.2  AV接口... 17

3.3  视频采集卡... 18

第四章 系统硬件部分设计... 20

4.1  总体设计... 20

4.2  主控制器设计... 20

3.2.1  芯片介绍... 21

4.2.2  时钟电路设计... 23

4.2.3  复位电路设计... 24

4.3  显示模块... 24

4.3.1  LED显示... 24

4.3.2  数码管显示... 25

4.4  显示电路... 25

4.5  键盘输入电路... 26

第五章  交通灯控制系统仿真设计... 27

5.1  交通灯控制系统仿真模型... 27

5.2  交通灯控制系统仿真结果分析... 29

第六章  系统软件部分设计... 31

6.1  主程序流程图... 31

6.2  子程序流程图... 32

6.3  显示程序设计... 34

第七章 系统仿真调试部分... 35

7.1  软件研发的背景... 35

7.2  软件程序设计... 36

7.3  基于Proteus电路图绘制... 37

第八章  总结展望... 38

参考文献... 40

致    谢... 40

附录A.. 41

图A1 系统原理图... 41

附录B.. 41

图B1 实物显示图... 42

第一章 绪论

1.1  研究课题背景

智能视频监控技术是以计算机视觉技术为核心的,是计算机视觉技术的延伸,拥有广泛的发展领域,它的主要目标是利用计算机视觉技术,人工智能技术和数字视频处理技术对监控视频的内容进行掐述,理解和分析,从而依据所得结果对视频监控系统进行控制,进而使视频监控系统具有较高层次的智能化水平。

需要完整论文点击如下链接下载:

https://download.csdn.net/download/weixin_45905610/88573345

基于物联网的交叉口智能交通灯控制系统设计与实现资源-CSDN文库

matlab/simulink建模仿真点解如下链接下载:

https://download.csdn.net/download/weixin_45905610/88573415

基于物联网的交叉口智能交通灯控制系统设计与实现-matlab仿真资源-CSDN文库

程序+Proteus仿真点解如下链接下载:

https://download.csdn.net/download/weixin_45905610/88573350

基于物联网的交叉口智能交通灯控制系统设计与实现-proteus仿真资源-CSDN文库

  • 0
    点赞
  • 10
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

电气_空空

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值