文档介绍:优秀资料
摘要
随着对社会公共安全的需求提高,结合发展的现代计算机技术,安防产品向PC化靠拢。基于图像识别的智能视频监控以其突出的轻、巧、小、一体化等特点,逐渐取代传统监控手段。
而智能视频监控的关键技术则是依赖于视频内容的入侵检测。此课题在完成系统分析、设计的基础上,进行了系统的实现,在基于RGB颜色处理检测入侵对象的同时,提供色差、限差两个参数设定提高系统适应性,还特别开发了发送报警邮件的功能,实现了远程实时监控。
关键词:智能视频监控报警系统,图像对比,RGB色差模式,SMTP
ABSTRACT
With the increasing demand for social and public security, combined with the development of puter technology, security products are more closer to the PC . Intelligent video monitoring based on image recognition is gradually replacing the traditional monitoring measures with prominent characteristics,such as its handiness, subsize, strong move to integration and so on.
The key technology of intelligent video surveillance, intrusion detection depends on the video content. This subject intrusion detection based on video content analysis, the integration of real-time alarm monitoring technology. This project implements the system based on the integration of intrusion detection of video content ,the analysis, real-time alarm monitoring technology.
Keywords: Intelligent Video Surveillance and Alarm System,image contrast,RGB color mode,SMTP
目录
第一章引言 1
研究背景 1
视频监控发展历史和国内外研究现状 1
视频监控发展历史 1
国内外研究现状 2
论文的主要内容及意义 2
论文组织 3
第二章需求分析与总体设计 4
需求分析 4
总体设计 5
视频监控系统各模块设计 7
关键数值设定说明 8
本章总结 9
第三章关键理论及技术 11
智能视频监控技术 11
背景减除(Background Subtraction) 12
时间差分(Temporal Difference) 12
光流(OpticalFlow) 13
运动向量检测法 14
RGB色彩模式 14
SMTP和名称空间简介 15
SMTP简介 15
名称空间简介 16
VFW体系结构简介 17
VFW下AVICap基本功能 18
常用的数据结构 19
回调函数 20
Windows API简介 21
本章小结 22
第四章软件实现 23
软件总体实现 23
软件各模块说明 23
视频内容捕获实现 23
视频内容识别实现 27
报警功能的设计与实现 33
第五章测试 42
系统测试相关理论 42
摄像头监控程序软件描述 43
功能测试 44
启动摄像头功能测试 44
监控对比图形的设置测试 44
视频敏感区入侵测试 45
邮件发送测试 47
各项参数性能测试 52
色差设定测试 52
限差设定测试 55
延迟时间设定测试 57
监控间隔设定测试 57
测试结果分析及说明 57
第六章总结