smoke_detection

所属分类:图形图像处理
开发工具:C++
文件大小:30603KB
下载次数:158
上传日期:2016-08-17 21:30:39
上 传 者小晋
说明:  使用VS2010+openCV。本文是基于颜色模型和运动模型对含有烟雾的视频进行烟雾检测的。首先利用RGB颜色模型的方法,检测出烟雾区域以及疑似烟雾区域;接着用背景相减的方法,检测出运动的物体;最后结合两种方法,只检测出运 动的烟雾区域,提取烟雾最大轮廓,绘制矩形框以示意。通过设置R、G、B的参数及阈值,可以得到满意的效果。
(Use VS2010+openCV. This paper is based on the color model and motion model for smoke detection. Firstly we use the RGB color model method, detect the smoke area and suspected smoke area then with the background subtraction method, to detect the movement of the object. At last, combined with two kinds of methods, only the detection of shipment Moving the smoke area, extracting the maximum outline of the smoke, draw a rectangular box to indicate. Satisfactory results can be obtained by setting the parameters and thresholds of R, G, B.)

文件列表:
smoke_detection\Debug\cl.command.1.tlog (1246, 2016-05-29)
smoke_detection\Debug\CL.read.1.tlog (18344, 2016-05-29)
smoke_detection\Debug\CL.write.1.tlog (854, 2016-05-29)
smoke_detection\Debug\link-cvtres.read.1.tlog (2, 2016-05-29)
smoke_detection\Debug\link-cvtres.write.1.tlog (2, 2016-05-29)
smoke_detection\Debug\link.4420-cvtres.read.1.tlog (2, 2016-05-29)
smoke_detection\Debug\link.4420-cvtres.write.1.tlog (2, 2016-05-29)
smoke_detection\Debug\link.4420.read.1.tlog (2, 2016-05-29)
smoke_detection\Debug\link.4420.write.1.tlog (2, 2016-05-29)
smoke_detection\Debug\link.command.1.tlog (3296, 2016-05-29)
smoke_detection\Debug\link.read.1.tlog (7676, 2016-05-29)
smoke_detection\Debug\link.write.1.tlog (834, 2016-05-29)
smoke_detection\Debug\mt.command.1.tlog (406, 2016-05-29)
smoke_detection\Debug\mt.read.1.tlog (366, 2016-05-29)
smoke_detection\Debug\mt.write.1.tlog (298, 2016-05-29)
smoke_detection\Debug\rc.command.1.tlog (556, 2016-05-17)
smoke_detection\Debug\rc.read.1.tlog (270, 2016-05-17)
smoke_detection\Debug\rc.write.1.tlog (278, 2016-05-17)
smoke_detection\Debug\smoke_detection.exe (33280, 2016-05-29)
smoke_detection\Debug\smoke_detection.exe.embed.manifest (406, 2016-05-17)
smoke_detection\Debug\smoke_detection.exe.embed.manifest.res (472, 2016-05-17)
smoke_detection\Debug\smoke_detection.exe.intermediate.manifest (381, 2016-05-29)
smoke_detection\Debug\smoke_detection.ilk (600868, 2016-05-29)
smoke_detection\Debug\smoke_detection.lastbuildstate (59, 2016-05-29)
smoke_detection\Debug\smoke_detection.log (3035, 2016-05-29)
smoke_detection\Debug\smoke_detection.obj (119911, 2016-05-29)
smoke_detection\Debug\smoke_detection.pdb (1690624, 2016-05-29)
smoke_detection\Debug\smoke_detection_manifest.rc (220, 2016-05-17)
smoke_detection\Debug\stdafx.obj (3851, 2016-05-17)
smoke_detection\Debug\vc100.idb (650240, 2016-05-29)
smoke_detection\Debug\vc100.pdb (1290240, 2016-05-29)
smoke_detection\project3.avi (27371520, 2016-05-02)
smoke_detection\smoke_detection.cpp (6188, 2016-05-29)
smoke_detection\smoke_detection.sdf (16666624, 2016-05-29)
smoke_detection\smoke_detection.sln (896, 2016-05-17)
smoke_detection\smoke_detection.suo (11264, 2016-05-29)
smoke_detection\smoke_detection.vcxproj (4152, 2016-05-17)
smoke_detection\smoke_detection.vcxproj.filters (1319, 2016-05-17)
smoke_detection\smoke_detection.vcxproj.user (143, 2016-05-17)
... ...

======================================================================== 控制台应用程序:smoke_detection 项目概述 ======================================================================== 应用程序向导已为您创建了此 smoke_detection 应用程序。 本文件概要介绍组成 smoke_detection 应用程序的每个文件的内容。 smoke_detection.vcxproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 smoke_detection.vcxproj.filters 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。 它包含有关项目文件与筛选器之间的关联信息。 在 IDE 中,通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。 例如,“.cpp”文件与“源文件”筛选器关联。 smoke_detection.cpp 这是主应用程序源文件。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h,StdAfx.cpp 这些文件用于生成名为 smoke_detection.pch 的预编译头 (PCH) 文件和 名为 StdAfx.obj 的预编译类型文件。 ///////////////////////////////////////////////////////////////////////////// 其他注释: 应用程序向导使用“TODO:”注释来指示应添加或自定义的源代码部分。 /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者