登录
首页 » matlab » Itti-saliency

Itti-saliency

于 2013-02-03 发布 文件大小:923KB
0 200
下载积分: 1 下载次数: 188

代码说明:

  itti算法进行感兴趣区域的选择,方法较好,可以直接运行。(itti algorithm select the region of interest ,and this program can run directly)

文件列表:

Itti saliency
.............\attenuateBorders.m,1117,2011-09-19
.............\basename.m,877,2008-08-04
.............\callingFunctionName.m,503,2008-08-04
.............\centerSurround.m,2632,2011-11-07
.............\centerSurroundTopDown.m,1925,2008-08-04
.............\clamp.m,835,2011-09-24
.............\combineMaps.m,752,2008-08-04
.............\conv2PreserveEnergy.m,1984,2007-06-18
.............\debugMsg.m,2596,2008-08-04
.............\declareGlobal.m,713,2008-08-04
.............\defaultGaborParams.m,1168,2008-08-04
.............\defaultLevelParams.m,1846,2008-08-04
.............\defaultSaliencyParams.m,3178,2011-12-04
.............\defaultSaliencyParams0.m,2144,2011-12-04
.............\emptyMap.m,865,2008-08-04
.............\ensureDirExists.m,1478,2008-08-04
.............\gaborFilterMap.m,1325,2008-08-04
.............\gaussian.m,1416,2008-08-04
.............\getRGB.m,1102,2008-08-04
.............\html
.............\....\Itti.html,3392,2011-12-10
.............\initializeGlobal.m,3845,2011-12-04
.............\initializeImage.m,2957,2008-08-04
.............\Itti.m,584,2011-12-09
.............\loadImage.m,925,2008-08-04
.............\makeBlueYellowPyramid.m,1839,2008-08-04
.............\makeDyadicPyramid.m,1390,2011-09-18
.............\makeFeaturePyramids.m,3695,2008-08-04
.............\makeGaborFilter.m,2469,2008-08-04
.............\makeGaussianPyramid.m,1026,2011-09-18
.............\makeHuePyramid.m,1145,2008-08-04
.............\makeIntensityPyramid.m,827,2008-08-04
.............\makeOrientationPyramid.m,1266,2008-08-04
.............\makeRedGreenPyramid.m,1807,2008-08-04
.............\makeSaliencyMap.m,4323,2008-08-04
.............\makeSqrt2Pyramid.m,1716,2008-08-04
.............\maxNormalize.m,1642,2011-11-07
.............\maxNormalizeIterative.m,2204,2011-11-07
.............\maxNormalizeLocalMax.m,1495,2011-11-07
.............\mexConv2PreserveEnergy.mexw32,1518442,2008-08-03
.............\mexFileLost.m,926,2008-08-04
.............\mexGaussianSubsample.cpp,1022,2008-08-04
.............\mexGaussianSubsample.m,668,2008-08-04
.............\mexGaussianSubsample.mexw32,1517924,2008-08-03
.............\mexLocalMaxima.mexw32,1518893,2008-08-03
.............\normalizeImage.m,993,2011-09-24
.............\safeDivide.m,560,2011-12-05
.............\sepConv2PreserveEnergy.m,2873,2008-08-04
.............\timeString.m,475,2008-08-04
.............\va_main.m,1207,2011-12-04

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

发表评论

0 个回复

  • DSP-transponder-signal-processing
    利用TMS320VC5509A为核心的DSP处理硬件,通过软件实现自适应Notch滤波和瞬时频率序列方差检测(VIRD)运算,在较低信噪比使用条件下完成对单频测距信号的可靠检测和判定(Using tms320vc5509a DSP core processing hardware, adaptive notch filter and variance of instantaneous frequency sequence detection (Vird) operation is realized by software, in low signal to noise ratio under the conditions of use complete reliable detection of single frequency ranging signal and judging)
    2016-02-20 20:44:28下载
    积分:1
  • Kalman
    卡尔曼滤波在目标跟踪中应用仿真研究 简要讨论了用Kalman滤波方法对单个目标航迹进行预测,并借助于Matlab仿真工具,对实验的效果进行评估。(Kalman filter target tracking simulation study brief discussion of the Kalman filtering method to predict a single target track, and by means of Matlab simulation tools to evaluate the effect of the experimental.)
    2013-04-02 12:08:15下载
    积分:1
  • 评价指标
    图像融合中的平均梯度、相关系数、信息熵、交叉熵、联合熵、均方误差、互信息、信噪比、峰值信噪比、均方根误差、空间频率、标准差、均值、扭曲程度、偏差指数等等(Average gradient, correlation coefficient, information entropy, cross-entropy, joint entropy, mean square error, mutual information, signal-to-noise ratio, peak signal-to-noise ratio, root mean square error, spatial frequency, standard deviation, mean, distortion degree, deviation index, etc. in image fusion)
    2019-05-27 08:48:13下载
    积分:1
  • ImageRegistration
    改进陈显毅GUI程序,可实现对异模情况下的配准,对边缘较明显的图片用处很大(The improvement of the Chen GUI program)
    2012-04-27 00:20:10下载
    积分:1
  • zigzag
    将dct生成的8*8块图像数据进行zigzag排序,以及恢复算法,在脆弱水印中使用。(The program zigzag sort 8*8 image data generated by dct, and restore algorithm, which is used in fragile watermarking.)
    2021-04-19 20:48:50下载
    积分:1
  • Fourier_based_shearlet_transform
    剪切波是小波变换的一种,常用于增强或者去噪,本代码用于去除图像噪声(The shear wave is a wavelet transform, often used to enhance or de-noising, the code is used to remove the image noise)
    2012-11-06 16:20:39下载
    积分:1
  • junhenghua
    首先读入图像,转化成hsi彩色空间,然后只对亮度I分量作直方图均衡化,最后合成三个分量返回到RGB图,但是这种方法容易使颜色失真,失去了部分图像细节。(First read in the image, into the hsi color space, and then only on the brightness I component for histogram equalization, the final synthesis of the three components of return to RGB chart, but this method is easy to make color distortion, loss of part of image detail. )
    2012-03-16 23:53:15下载
    积分:1
  • 2014-ZhouZhiqiang-MWGF
    ZhouZhiqiang2014年发表论文及源码,论文为基于多尺度加权梯度的多聚焦图像融合Multi-scale weighted gradient-based fusion for multi-focus images(Multi-scale weighted gradient-based fusion for multi-focus images)
    2016-11-08 21:54:37下载
    积分:1
  • Nonlocal-Image-Restoration-
    利用非局部特性并结合低秩解法的图像降噪算法,速度很快(Nonlocal properties combined with low rank Solution image noise reduction algorithm, fast)
    2021-04-25 11:48:46下载
    积分:1
  • infusimage
    红外图像的亚像素边缘检测,检测边缘,用于图像配准。(Infrared image of the sub-pixel edge detection, edge detection for image registration.)
    2010-09-29 10:18:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载