- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
视频监控中的运动目标检测 摘要 本项目通过visual C++和open CV函数库的连接来实现视频监控中的动目标检测。Open CV是一种用于数字图像处理和计算机视觉的函数库,其提供了针对多种形式的图像和视频源文件(实时摄像头)的帧提取函数和许多标准的图像处理算法。 本项目主要围绕视频采集、运动目标检测两个方面进行编程,视频采集方面采用cv create video writer 函数来存储视频流文件,运动目标检测方面采用静态背景下常用的运动目标检测算法背景差分法,该方法可以稳定的提取背景图像,抑制运动目标背景的干扰,有效的提高运动目标的检测概率。同时,还采用另外一种方法——帧间差分法进行运动目标的检测,并比较两种方法的不同点。 关键词: 视频 背景差分 目标检测 open CV 帧间差分法 Abstract In this item, we achieve the goal of moving object detection in military video monitoring through the connection of VC++ development software and Open CV. Open CV is a library for digital image and computer, which provides various functions to extract frame from image sequence and video source (real-time camera. et) and many of the standard image processing algorithms. This item is focus on video capture, motion detection and tracking two aspects. In video capture, we store the video stream files by using the cvCreat Video Writer, In motion target detection, the most frequency used method, moving objects detection algorithms is used ,which is based on stationary scene,. The result shows that the algorithm can extract the background image steadily, and inhit inference from background to moving objects, thus increased the probability of detection of moving object effectively. Also, we used another method, coterminous frame difference to detect the moving object. And found out the difference between them. Key Words: video background difference object detection open CV coterminous frame difference 目录 TOC \o 1-3 \h \z \u HYPERLINK \l _Toc272701093 摘要 PAGEREF _Toc272701093 \h 2 HYPERLINK \l _Toc272701094 Abstract PAGEREF _Toc272701094 \h 3 HYPERLINK \l _Toc272701095 第一章 引言 PAGEREF _Toc272701095 \h 5 HYPERLINK \l _Toc272701096 第二章 总体方案设计 PAGEREF _Toc272701096 \h 6 HYPERLINK \l _Toc272701097 2.1 运动目标检测有两种总体思路 PAGEREF _Toc272701097 \h 6 HYPERLINK \l _Toc272701098 2.2 常规的运动检测方法 PAGEREF _Toc272701098 \h 6 HYPERLINK \l _Toc272701099 第三章 系统调试 PAGEREF _Toc272701099 \h 8 HYPERLINK \l _Toc272701100 3
文档评论(0)