预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共53页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

基于VC的运动图像跟踪算法设计基于VC的运动图像跟踪算法设计学院自动化学院专业班级学号姓名指导教师负责教师沈阳航空航天大学2013年6月沈阳航空航天大学毕业设计(论文)摘要运动目标检测与跟踪作为计算机视觉领域的一个重要分支与基础,在工业、医疗保健、航空航天、军事等各个领域具有广泛的应用前景,一直受到广泛的关注,并成为计算机视觉领域的一个研究热点。但是由于运动目标检测问题本身的复杂性,运动目标的检测与跟踪依然面临着诸多挑战。本文在现有研究成果的基础上,对静态场景下的运动目标检测跟踪进行了深入的讨论。本文首先对运动目标检测的基本方法----帧间差分法与背景差分法进行了深入的学习和探讨,然后,借助于OpenCV技术,在VisualC++6.0编程环境下开发了运动目标检测跟踪系统。该系统首先对采集的视频图像序列进行相关的预处理之后,将视频图像序列中的运动目标比较可靠地检测出来。通过系统的测试结果和数据可以得出结论:本文基于OpenCV设计的运动目标检测跟踪系统具有良好的实时性,能够正确地进行运动目标的实时检测与跟踪。关键词:运动目标检测;帧间差分法;视频图像;OpenCVAlgorithmDesignofImageMotionTrackingBasedonVCAbstractMovingtargetdetectionandtrackingfieldofcomputervisionasanimportantbranchofthefoundation,intheindustrial,healthcare,aerospace,militaryandotherfieldswithawiderangeofapplications,hasbeenwidespreadconcern,andthefieldofcomputervisiontobecomearesearchhotspot.However,duetomovingtargetdetectioncomplexityoftheproblemitself,movingtargetdetectionandtrackingisstillfacingmanychallenges.Inthispaper,basedontheresultsofexistingresearchinstaticscenesofthemovingtargetdetectionandtrackingin-depthdiscussion.Thisarticlefirstbasicmethodofmovingtargetdetection-framedifferencemethodandbackgroundsubtractionmethodconductedin-depthstudyanddiscussion,andthen,bymeansofOpenCVtechnology,VisualC6.0programmingenvironmentdevelopedamovingtargetdetectionandtrackingsystem.Thesystemandthecollectionoftheassociatedvideosequenceafterpretreatment,thevideoimageofthemovingtargetsequencecomparisonreliablydetected.Throughsystematictestresultsanddatacanbeconcluded:BasedonOpenCVdesignmovingtargetdetectionandtrackingsystemhasgoodreal-time,beabletoproperlycarryoutreal-timemovingtargetdetectionandtracking.Keywords:movingtargetdetection;framedifferencemethod;videoframe;OpenCV目录TOC\t"标题_谢辞及参考文献,1,标题_附录,1,第2级标题,2,第3级标题,3,第1级标题,1"1绪论PAGEREF_Toc359242806\h11.1课题来源与背景PAGEREF_Toc359242807\h11.2数字图像处理技术的发展与应用PAGEREF_Toc359242808\h11.3运动目标检测技术的研究现状PAGEREF_Toc359242809\h21.4本文的任务、主要内容及结构PAGEREF_Toc359242810\h41.5本章小结PAGEREF_Toc359242811\h52OpenCV技术介绍PAGERE