登录
首页 » matlab » 新建文件夹

新建文件夹

于 2020-03-03 发布
0 223
下载积分: 1 下载次数: 24

代码说明:

说明:  检测火灾,本课题为基于matlab的火灾检测识别,烟雾报警,火焰检测,通过几何参数判别,即面积增长率,角度等。完美运行。(Detection of fire, this topic is based on the MATLAB fire detection and recognition, smoke alarm, flame detection, through the geometric parameters, that is, area growth rate, angle and so on. Perfect operation.)

文件列表:

新建文件夹, 0 , 2020-03-01
新建文件夹\577646-d372c09bfc462b68aa0d00a8651d9799.mp4, 444906 , 2020-02-13
新建文件夹\Display.m, 208 , 2020-02-27
新建文件夹\FZoneExFun.m, 2304 , 2020-02-27
新建文件夹\LastDeal.m, 4228 , 2020-02-27
新建文件夹\Pixel_Search.m, 2271 , 2020-02-27
新建文件夹\Test.m, 610 , 2020-03-01
新建文件夹\Test_GUI.asv, 14308 , 2020-03-01
新建文件夹\红动中国设计网视频素材1146_标清.mp4, 384818 , 2020-02-27

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

发表评论

0 个回复

  • chaos_logistic
    说明:  在产生混沌伪随机序列的混沌映射中,Logistic映射(Logistic Map)是一种简单而经典的映射。其中u称为分形参数,随着u逐渐增大,出现倍周期分岔现象。可用于密文域图像加密。(Logistic Map is a simple and classical mapping for generating chaotic pseudo-random sequences. U is called fractal parameter, and with the increase of u, period doubling bifurcation occurs. It can be used for image encryption in ciphertext domain.)
    2019-03-03 17:07:52下载
    积分:1
  • graywatershed
    说明:  一个基于matlab的改进的灰度图像分水岭分割算法,该算法改进了普通的分水岭算法的过分割等问题,经过一系列处理可是分割结果更加准确。(Matlab based on gray-scale image of the improved watershed segmentation algorithm to improve the ordinary over-segmentation of watershed algorithm and so on, but after a series dealing with a more accurate segmentation results.)
    2009-08-19 13:32:03下载
    积分:1
  • C-SCAN
    说明:  用于处理超声波相控阵C扫描的数据文件和图片处理,采用的是Matlab语言(the code of Matlab is used to process the data file and picture of ultrasonic phased array C scan)
    2020-01-08 11:07:03下载
    积分:1
  • 分割中常用的水平集方法的matlab源代码
    图像分割是图像分析的关键步骤,而水平集方法是图像分割的一项热门方法,它有着许多算法不具有的优点,尤其可用于分割背景复杂信息难以提取的医学图像。这里是一些水平集分割图像的matlab的实现例子,希望可以帮到大家。(Image segmentation is the key step of image analysis, while the level set method is a popular image segmentation method, it has many advantages that the algorithm does not have, especially can be used for medical image segmentation of complex background information is difficult to extract. Here is some level set segmentation image matlab example, I hope we can help you.)
    2017-08-27 10:44:26下载
    积分:1
  • conjugate_gradient_method
    说明:  matlab编写的共轭梯度法,用来解决非线性优化问题(matlab prepared by the conjugate gradient method is used to solve nonlinear optimization problems)
    2010-03-26 15:17:14下载
    积分:1
  • MATLAB
    这是冈萨雷斯版数字图像处理中的几个函数的实现,包括dftfilt, dftuv,hpfilter,imnoise2,improd,希望对你的学习有所帮助(This is the realization Gonzalez version Several digital image processing functions, including dftfilt, dftuv, hpfilter, imnoise2, improd, I hope to help you learn)
    2015-04-01 10:26:17下载
    积分:1
  • WaveletEdgeDetect
    这是一个用matlab开发的程序,用小波理论来完成图像边缘检测的,程序可用。(This is a procedure developed by matlab, using wavelet theory to complete the image edge detection, the program can be used.)
    2008-06-04 12:58:55下载
    积分:1
  • max_extropy_main
    最大熵直接迭代法,维纳滤波和盲恢复对水平方向匀速直线运动造成的模糊图像的恢复研究(Direct iterative maximum entropy method, Wiener filtering and blind restoration of the horizontal direction caused by uniform linear motion blurred image restoration)
    2008-03-31 16:59:12下载
    积分:1
  • cyclostationary_toolbox
    计算二维或多维循环自相关函数和自相关密度函数(Of two-dimensional or multidimensional cyclic autocorrelation function and autocorrelation function of the density)
    2011-11-15 18:30:59下载
    积分:1
  • Qt_RobHess_Sift
    sift算法在cv领域的重要性不言而喻,该作者的文章引用率在cv界是number1.本篇博客只是本人把sift算法知识点整理了下,以免忘记。本文比较早的一篇博文opencv源码解析之(3):特征点检查前言1 中有使用opencv自带的sift做了个简单的实验,而这次主要是利用Rob Hess的sift源码来做实验,其实现在的opencv版本中带的sift算法也是Rob Hess的,只是稍微包装了下。 下面来做下试验,试验sift代码采用Rob Hess的代码,opencv目前版本中的sift源码也是采用Rob Hess的。代码可以在他的主页上下载:http://blogs.oregonstate.edu/hess/code/sift/ 这里我下载的是windows版本的,并采用Qt做了个简单的界面。(sift algorithm is self-evident the importance of the cv field, the author of the article referenced in the cv sector is number1 this blog I just sift algorithm knowledge compiled under, so as not to forget. This article compares the earlier blog post opencv source code analysis (3): check the preface of the feature points 1 the opencv bring their own sift to do a simple experiment, but this time Rob Hess' s sift source to experiment. In fact, with the opencv version sift algorithm is Rob Hess, only slightly packing the next. Below to do the next test, test sift code using the code of Rob Hess, sift source opencv version of Rob Hess. The code can be downloaded on his home page: http://blogs.oregonstate.edu/hess/code/sift/ here I downloaded the windows version, and using Qt to do a simple interface.)
    2021-04-20 21:28:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载