登录
首页 » matlab » firedetection_matlab

firedetection_matlab

于 2011-08-16 发布 文件大小:17KB
0 223
下载积分: 1 下载次数: 208

代码说明:

  对火焰进行检测的matlab程序,可以通过算法检测火焰的情况(Flame detection of the matlab program, algorithm can detect the flame of)

文件列表:

火焰检测——matlab
..................\detector_Fire.m,5953,2009-09-03
..................\firefeature1.mat,723,2009-09-03
..................\firefeature2.mat,723,2009-09-03
..................\getfeature.m,6040,2009-09-03
..................\getObj.m,1051,2009-08-28
..................\getRGB.m,489,2009-08-18
..................\initObj.m,111,2009-08-28
..................\mexCvBSLib.dll,20480,2007-03-06
..................\Net.mat,5266,2009-09-03
..................\nonfirefeature1.mat,428,2009-09-03
..................\train1.m,2416,2009-09-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Texture_Segmentation_Diffusion_Feature_Space
    数字图像处理中的散度特征空间中的无监督的图像纹理分割(Digital image processing in the feature space of divergence Unsupervised texture segmentation of images)
    2009-07-11 16:57:32下载
    积分:1
  • 双目匹配求解
    说明:  一个双目匹配求解视差图的matlab源代码(A binocular matching to solve the disparity map of Matlab source code)
    2020-10-31 11:25:37下载
    积分:1
  • bestlinefusion
    最佳拼接线方法进行图像拼接,对学习图像拼接很有用处(The best method of splicing line image mosaic, image stitching is useful for learning)
    2020-06-30 01:40:02下载
    积分:1
  • myexcise1
    我做的课题的响应信号,做了响应的小波包能量分析,希望对大家有帮助(I do issue a response signal, so the response of the wavelet packet energy analysis, we want to help)
    2011-09-18 15:22:52下载
    积分:1
  • 快速双边滤波器,对双边滤波器进行的改进 FastBilateralFilter
    快速双边滤波器,对双边滤波器进行的改进,可以使用,对写论文的同学会有些帮助,可以参考看一下。(Rapid bilateral filter, to the improvement of bilateral filter, can be used, to write a paper of homecoming some help, you can refer to see.)
    2015-11-19 10:39:52下载
    积分:1
  • wnrVC6.0
    运动模糊图像 图像复原 维纳滤波复原 逆滤波复原 VC++6.0程序 代码(Motion-blurred image restoration image restoration Wiener filtering inverse filtering to recover VC++ 6.0 code)
    2020-12-12 11:29:17下载
    积分:1
  • imagematching
    说明:  该程序采用matlabGUI编写,包含了经典的图像匹配算法.(MatlabGUI prepared using the program, including the classic image matching algorithm.)
    2008-10-30 16:34:50下载
    积分:1
  • 单张二值化程序xiaoerzhihua
    单张图像二值化程序,将单张的彩色图像处理成二值化图像(Single image two value program)
    2020-07-09 11:28:55下载
    积分:1
  • static_kalman_allorder
    速度匹配传递对准,matlab,仿真程序(Speed ​ ​ matching transfer alignment, MATLAB simulation program)
    2011-11-25 14:42:39下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载