mean-shift算法的运动目标跟踪大学设计

上传人:乐*** 文档编号:117387386 上传时间:2019-12-05 格式:DOC 页数:44 大小:3.21MB
返回 下载 相关 举报
mean-shift算法的运动目标跟踪大学设计_第1页
第1页 / 共44页
mean-shift算法的运动目标跟踪大学设计_第2页
第2页 / 共44页
mean-shift算法的运动目标跟踪大学设计_第3页
第3页 / 共44页
mean-shift算法的运动目标跟踪大学设计_第4页
第4页 / 共44页
mean-shift算法的运动目标跟踪大学设计_第5页
第5页 / 共44页
点击查看更多>>
资源描述

《mean-shift算法的运动目标跟踪大学设计》由会员分享,可在线阅读,更多相关《mean-shift算法的运动目标跟踪大学设计(44页珍藏版)》请在金锄头文库上搜索。

1、湖南工学院(本科)毕业设计说明书 2014届毕业设计说明书 基于Mean-Shift算法地运动目标跟踪 院 、 部:电气与信息工程学院 学生姓名: 方挣挣 指导教师:夏鑫 职称(学位)硕士专 业: 电子信息工程 班 级: 电子1004班 完成时间: 2014年5月31日 摘 要 作为计算机视觉地一个重要部分,智能视频监控技术不仅在政府和企业地广泛应用,随着社会地进步,家庭也在很大程度上离不开它,而智能视频监控方面地核心技术是运动目标地跟踪,从21世纪以来,伴随着信息科学技术地飞速发展,越来越多地研究者开始关注智能化视频监控系统中地移动目标跟踪算法地研究.尽管人们在20世纪就已经提出了很多有效地

2、运动目标跟踪算法,但事实上,运动目标地跟踪技术在实现地过程中仍然是困难重重,例如背景地不稳定、目标跟踪过程中被遮挡、目标跟背景颜色相似等因素,都会很大程度上破坏跟踪效果,因此,要想设计出跟踪效果好地均值漂移算法仍然具有很大挑战性.文档收集自网络,仅用于个人学习 在本篇论文中,简要地介绍了一下运动目标跟踪技术地发展史(从第一次被提出,一直到该项技术应用到各个领域),运动目标跟踪技术经历了一个漫长地过程.本论文还提到了视频监控系统地结构框架,并分析了每一部分地原理;同时也研究了图像处理技术在智能化视频监控体系中地应用,主要包含数学形态学理论、图像地预处理和目标模型描述等.文档收集自网络,仅用于个人

3、学习对于智能化视频监控体系在实践中地应用,本论文采用地是Mean-Shift(均值漂移)跟踪算法,该算法是一项先进地运动目标跟踪技术.还详细分析了基于均值漂移算法在运动目标跟踪方面地应用,而且验证了Mean-Shift算法在实际应用中地收敛性【1】.对于均值漂移算法易出现地缺点,对其一一攻破,并且进行了多次仿真实验,结论表明:该算法地跟踪效果较好.文档收集自网络,仅用于个人学习关键词:智能视频监控;视频图像处理;背景差分法;运动目标地跟踪;Mean-Shift算法IABSTRACT As an important part of computer vision, intelligent vid

4、eo surveillance technology, not only in government and enterprises a wide range of applications, with the progress of society, the family also largely inseparable from it, and intelligent video surveillance technology is a moving target core the track, from the 21st century, with the rapid developme

5、nt of information science and technology, more and more researchers began to focus on research in intelligent video surveillance system moving target tracking algorithm. Although people in the 20th century has been proposed many effective moving target tracking algorithm, but in fact, moving target

6、tracking technology is still in the process of realization is difficult, such as unstable background, target tracking process is blocked, the target the background color is similar with other factors, will largely destroyed tracking results, therefore, in order to design a good effect mean shift tra

7、cking algorithm still has a great challenge.文档收集自网络,仅用于个人学习In this paper, a brief introduction about the history of the moving target tracking technology ( from the first to be made until the technology applied to various fields ), moving target tracking technology has gone through a long process. T

8、he paper also mentioned the structural frame of video surveillance systems, and analysis of the principle of each part; also studied image processing technology in intelligent video surveillance system consists mainly of mathematical morphology theory, image preprocessing and objectives model descri

9、ption.文档收集自网络,仅用于个人学习 For the application of intelligent video surveillance system in practice, this thesis is the Mean-Shift (mean shift) tracking algorithm, which is an advanced motion tracking technology. Also a detailed analysis based on the mean shift algorithm in moving target tracking applica

10、tion, and verify the Mean-Shift algorithm in the practical application of the convergence 1. For the mean shift algorithm prone shortcomings, its one break, and conducted a number of simulations, the conclusions show that : better tracking performance of the algorithm.文档收集自网络,仅用于个人学习Keywords : intel

11、ligent video surveillance; video image processing; background subtraction; tracking of moving targets; Mean-Shift algorithm文档收集自网络,仅用于个人学习I目 录1 绪论1文档收集自网络,仅用于个人学习1.1 课题研究背景与意义1文档收集自网络,仅用于个人学习1.2 国内外研究现状1文档收集自网络,仅用于个人学习1.3 目标跟踪问题地困扰因素2文档收集自网络,仅用于个人学习1.4 本章小结3文档收集自网络,仅用于个人学习2 图像处理简介4文档收集自网络,仅用于个人学习2.1

12、 图像灰度化处理4文档收集自网络,仅用于个人学习2.2 图像噪声处理4文档收集自网络,仅用于个人学习2.3 目标表示5文档收集自网络,仅用于个人学习2.4 数学形态学6文档收集自网络,仅用于个人学习2.5 本章小结7文档收集自网络,仅用于个人学习3 VC编程环境地搭建8文档收集自网络,仅用于个人学习3.1 OpenCV简介8文档收集自网络,仅用于个人学习3.2下载和安装OpenCV9文档收集自网络,仅用于个人学习3.3搭建OpenCV环境10文档收集自网络,仅用于个人学习3.4 OpenCV中常用函数介绍12文档收集自网络,仅用于个人学习3.4.1 数据结构12文档收集自网络,仅用于个人学习3

13、.4.2 常用函数13文档收集自网络,仅用于个人学习3.5 本章小结16文档收集自网络,仅用于个人学习4 基于Mean-Shift地目标跟踪算法17文档收集自网络,仅用于个人学习4.1运动目标跟踪综述17文档收集自网络,仅用于个人学习4.2 Mean-Shift算法研究17文档收集自网络,仅用于个人学习4.2.1 基本Mean-Shift算法18文档收集自网络,仅用于个人学习4.2.2 Mean-Shift算法工作原理分析19文档收集自网络,仅用于个人学习4.3 程序运行结果23文档收集自网络,仅用于个人学习4.3.1 图形界面23文档收集自网络,仅用于个人学习4.3.2 目标跟踪效果24文档

14、收集自网络,仅用于个人学习4.4 本章小结26文档收集自网络,仅用于个人学习结束语26文档收集自网络,仅用于个人学习参考文献27文档收集自网络,仅用于个人学习致 谢28文档收集自网络,仅用于个人学习附 录29文档收集自网络,仅用于个人学习湖南工学院(本科)毕业设计论文1 绪论1.1 课题研究背景与意义运动目标跟踪技术是计算机视觉领域地核心研究课题之一,它涉及到各个科研领域.随着社会地快速发展,光靠人力已经无法实现对庞大地数据进行分析、处理.因此,急需一项技术能够代替人在不稳定地环境中对繁琐地数据地进行处理.智能视频监控系统恰好具备这项功能,它通过对摄像机拍录地图像序列进行自动分析,实现对动态场

15、景中目标定位、识别与跟踪【2】.本论文主要是对Mean-Shift目标跟踪算法进行研究.文档收集自网络,仅用于个人学习通过研究者们地实践发现,Mean-Shift算法在运动目标跟踪领域中有着相当高地目标匹配度,多次应用在了对实时性要求高地运动目标跟踪技术中.Mean-Shift算法不仅在军事领域举足轻重,工业领域也离不开它.计算机视觉地研究在军事领域(远程监视)、医学领域(医学检测)以及工业领域(精密仪器检测)都有着非常重要地应用,通过研究计算机视觉,人们可以更准确地把握尺度,例如在工业领域中地机器人视觉系统.文档收集自网络,仅用于个人学习视觉图像是以不同类型地观测系统用不同地方法观测外界而得来地,能够与人肉眼作用,并且产生视觉与知觉地实体.根据科学研究和统计,图像中包含地信息占据了人类从外界获取信息中地3/4.在计算机技术地飞速发展下,数字图象技术也受到了国家很大地重视,并且得到快速地进展,出现了许多与其相关地新理论、新方法、新技术和新产品,并已经在各个方面都取得了非常广泛地应用,对改善人类生活质量、推动社会进步都起到了不可忽视地作用.文档收集自网络,仅用于个人学习1.2 国内外研究现状

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 高等教育 > 工学

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号