资源预览内容
第1页 / 共56页
第2页 / 共56页
第3页 / 共56页
第4页 / 共56页
第5页 / 共56页
第6页 / 共56页
第7页 / 共56页
第8页 / 共56页
第9页 / 共56页
第10页 / 共56页
亲,该文档总共56页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述
毕 业 设 计题 目: 基于PC监控平台的多运动目标检测 院: 电气信息学院 专业: 自动化 班级: 1102 学号: 25 学生: 景诚 导师: 万琴 完成日期: 2015年6月14号 诚 信 声 明 本人声明:1、本人所呈交的毕业设计(论文)是在老师指导下进行的研究工作及取得的研究成果;2、据查证,除了文中特别加以标注和致的地方外,毕业设计(论文)中不包含其他人已经公开发表过的研究成果,也不包含为获得其他教育机构的学位而使用过的材料;3、我承诺,本人提交的毕业设计(论文)中的所有容均真实、可信。 作者签名: 日期: 年 月 日毕业设计(论文)任务书 题目: 基于PC监控平台的多运动目标检测 景诚 学院 电气信息学院 专业 自动化 班级 1102 学号 5 指导老师 万琴 职称 副教授 教研室主任 汪超 一、 基本任务及要求:运动目标检测是在监控场景中检测运动物体的存在,搭建基于PC的itong硬件平台,用matlab设计算法。课题的主要容有:(1) 从输入视频序列中读取图像;(2) 编写运动目标检测算法,获取目标区域;(3) 设计软、硬件系统。二、 进度安排及完成时间:1.14-3.15 查询资料,完成开题报告和文献综述。了解课题容以及图像处理的基础。3.18-4.1 毕业实习,完成实习报告。4.1-4.28 编写图像检测的matlab程序完成。4.29-5.18完成仿真,修改参数获得更清晰的图像。目 录 摘要IAbstractII第1章 绪论31.1 引言31.2 多运动目标检测近年来的发展与现状31.3 实现方法41.4 软件的运用61.5 总结6第2章 系统的总体设计及预处理72.1 多运动目标的检测系统设计方案72.2 PC监控平台的简述72.2.1 PC监控平台硬件介绍82.2.2 硬件连接结构示意图82.3 图像预处理92.3.1噪声分类92.3.2中值滤波102.3.3均值滤波112.3.4 形态滤波122.4 灰度化152.5 二值化172.6 边缘检测192.7总结22第3章 多运动目标检测方法233.1光流法233.2 背景减法233.3帧间差法253.5 总结27第4章 仿真与结果284.2运动目标的检测294.3 总结32第5章 总结与感想33参考文献34致 36附录 MATLAB仿真程序37基于PC平台的多运动目标检测摘要:运动目标的检测与跟踪是应用视觉研究领域的一个重要课题。在现实生活中人类眼睛可以做到次功能。但是当要求更精确更持久的检测与跟踪时仅凭肉眼明显是不够的。比如安保措施的摄像头,交通流量的检测,精确制导等等。因此对于运动目标的检测和跟踪是一个非常有意义的课题,并会在相当长的时间不断的研究。 多目标跟踪系统采用了先进的图像检测,识别和跟踪技术,配合紧密运动控制系统,实现对大场景中多个运动目标的连续快速跟踪捕捉。多运动目标的检测原理就是:将大场景多目标的跟踪检测和视频分析功能集成在一个独立的系统中,通过对前端摄像头采集的视频信息进行智能化分析,自动对异常行为和事件进行数据采集分类并联动报警,同时后台可以实时看到分析数据和视频录像,在事后可以通过事件检索进行视频提取和取证。运动目标的检测技术是视频监控系统研究中最基本的技术之一,它的检测结果直接关系到后续对运动目标的识别和跟踪。目前常用的运动目标检测算法主要有:光流法、帧间差分法、背景差分法,本文阐述了这几种检测方法各自的优缺点。本文以摄像头固定、检测目标运动为研究场景,对现有的帧差法进行改进,提出了基于边缘检测算子的三帧差分法。具体方法为将视频进行分帧,通过某一帧对背景,或者对下一帧进行对比然后得出两帧之间的差距。将移动距离超过一定数值的点标为1,低于一定数值的标为0。从而得出一个只有黑白图像的二值化图像。得到我们所需要的运动目标的轮廓。 关键词:多运动目标检测,图像处理,帧间差法,形态学滤波Multiple Moving Targets Detection Based on PC PlatformAbstract:Moving target detection and tracking application is an important topic in the field of vision research. In real life, the human eye can do secondary function. But when asked to be more accurate and more durable naked eye detection and tracking is obviously not enough. Security measures such as cameras, traffic detection, precision-guided, and so on. So for moving target detection and tracking it is a very interesting topic, and will for a long time continuous research.Multi-target tracking system uses advanced image detection, identification and tracking technology, with close motion control system, large scene of multiple moving targets in quick succession trace capture. Multi moving target detection principle is: the track detection and video analysis capabilities within a large scene multiple targets in a single integrated system, through the front camera to capture video information for intelligent analysis, automatic abnormal behavior and event data acquisition classification and linkage alarm, while the background can see real-time analysis of data and video, in hindsight by the event extraction and retrieval of video evidence.Moving target detection technology is video surveillance systems in one of the most basic technology, which is directly related to the detection result of the subsequent identification and tracking of moving targets. The most commonly used moving target detection algorithm are: optical flow, frame difference method, background subtraction, this paper describes the advantages and disadvantages of several detection methods. In this paper, the camera fixed target motion detection for the study of the scene, the existing frame difference method is proposed to improve edge detection operator based on three difference method. Specific methods divide the video frame by frame on a background, or to compare and then the next frame shows the distance between the two frames. The moving distance exceeds a certain value of points labeled 1, below a certain standard value is 0. To arrive at a just black and white image of the binary image. We need to get the contour of the moving object.Keywords:Multi moving target detection; Image processing; Nter-frame difference method; Morphological filtering第1章 绪论1.1 引言 运动目标的检测与跟踪是应用视觉研究领域的一个重要课题。在现实生活中人类眼睛可以做到次功能。但是当要求更精确更持久的检测与跟踪时仅凭肉眼明显是不够的。比如安保措施的摄像头,交通流量的检测,精确制导等等。因此对于运动目标的检测和跟踪是一个非常有意义的课题,并会在相当长的时间不断的研究。 只能多目标跟踪系统采用了先进的图像检测,识别和跟踪技术,配合紧密运动控制系统,实现对大场景中多个运动目标的连续快速跟踪捕捉。多运动目标的检测原理就是:将大场景多目标的跟踪检测和视频分析功能集成在一个独立的系统中,通过对前端摄像头采集的视频信息进行智能化分析,自动对异常行为和事件进行数据采集分类并联动报警,同时后台可以
收藏 下载该资源
网站客服QQ:2055934822
金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号