资源简介
对火焰进行检测的matlab程序,可以通过算法检测火焰的情况
代码片段和文件信息
clear;
clc;
load Net
Rt=100;
St=115;
Image2=imread(‘dst8\h10001.jpg‘);
Image2=imresize(Image2[240320]);
h=initObj(Image20.01);
oldsize=0;
newsize=0;
time=1;
OldOutImage=zeros(123163);
OldOutImage1=zeros(240320);
OldDif=0;
Dif=0;
OldX=0;
OldY=0;
newX=0;
newY=0;
isfire=false;
newcosb=0;
oldcosb=0;
%%
tempfeature=[0;0;0];
%%
for i=1:200
if i<10
str=strcat(‘dst2\h1000‘int2str(i)‘.jpg‘);
elseif i<100 && i>=10
str=strcat(‘dst2\h100‘int2str(i)‘.jpg‘);
else
str=strcat(‘dst2\h10‘int2str(i)‘.jpg‘);
end
Outimg=zeros(size(Image2(::1)));
Image1=imread(str);
Image1=imresize(Image1[240320]);
Image1(::1) = medfilt2(Image1(::1)[3 3]);
Image1(::2) = medfilt2(Image1(::2)[3 3]);
Image1(::3) = medfilt2(Image1(::3)[3 3]);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5953 2009-09-03 17:34 火焰检测——matlab\detector_Fire.m
文件 723 2009-09-03 16:19 火焰检测——matlab\firefeature1.mat
文件 723 2009-09-03 17:13 火焰检测——matlab\firefeature2.mat
文件 6040 2009-09-03 17:11 火焰检测——matlab\getfeature.m
文件 1051 2009-08-28 14:12 火焰检测——matlab\getObj.m
文件 489 2009-08-18 15:52 火焰检测——matlab\getRGB.m
文件 111 2009-08-28 15:25 火焰检测——matlab\initObj.m
文件 20480 2007-03-06 12:54 火焰检测——matlab\mexCvBSLib.dll
文件 5266 2009-09-03 17:17 火焰检测——matlab\Net.mat
文件 428 2009-09-03 16:17 火焰检测——matlab\nonfirefeature1.mat
文件 2416 2009-09-03 13:44 火焰检测——matlab\train1.m
目录 0 2011-08-09 16:53 火焰检测——matlab
----------- --------- ---------- ----- ----
43680 12
相关资源
- fusion_change_detection SAR图像变化检测代
- MotionDetection 静止背景下运动目标检测
- edge_detection 利用小波边缘检测算法实
- VideoFaceDetect 使用matlab调用opencv做成的
- image-fusion-and-detection-on-curvelet-wavelet
- copy-and-paste-detection
- PSS_detect
- MutiTargetDetection 多目标检测与跟踪算法
-
saliency-ob
ject-or-region-detection 该文件 - surface-quality-detection 用matlab实现的表面
- ped_detector_RELEASE.tar 基于分层的HOG的行
- Pedestrian-Detection 一个简单的基于HOG的
- Ship-detection 复杂杂波背景下
- MIMO_detection MIMO系统的几种检测方案
- imageMosaic 基于Harris角点检测的图像拼
- Matlab-edge-detection-operator
- sar-edge-detection sar 图像边缘检测算子
- ber_linear_detection MIMO系统线性检测算法
- Motion_detect_with_RGBshadow_remove 利用背景
- Moving-target-detection 运动目标检测的一
- ChangeDetectionPCAkMeans 用于变化检测的方
- HC-visual-detection-by-matlab 本资源是清华
- matlab-face-detection pca+svm 与pca +adaboost
- PCA-Face-detection-and-recognition PCA 人脸检
- HaarPSRC=Vehicle-detection 运用harr特征+SR
- Rectangular-Detection 矩形检测
- MovingDetect
- bridge-road-cracks-detection 代码是matlab编写
- pedestrian-detectionsvms.tar
- Vblast 仿真(ZF
评论
共有 条评论