登录
首页 » matlab » Itti-saliency

Itti-saliency

于 2013-02-03 发布 文件大小:923KB
0 98
下载积分: 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 个回复

  • cut_video
    把视频分割成一帧一帧并且保存为图像,实现视频录制(Put the video into a frame of a frame and saved as image segmentation)
    2013-06-14 16:55:58下载
    积分:1
  • LTP_demo-v1
    说明:  LTP算子提取图像的纹理特征,这种方法对于光照变化十分有效。(LTP operator image texture feature extraction, this method is very effective for the illumination changes.)
    2008-11-08 15:42:09下载
    积分:1
  • jcsqx
    介绍近场声全息的参考资料,其中格林函数对全息效果的影响是比较好的参考,有助于对全息的理解(Introduction nah reference materials, which affect the Green' s function of holographic effect is relatively good reference, contribute to the understanding of holography)
    2021-01-31 12:48:32下载
    积分:1
  • regiongrow
    说明:  区域生长法的图像分割方法,效果分厂不错,值得借鉴!(Region growing image segmentation method, the effect of a good factory, worth learning!)
    2008-12-07 14:01:09下载
    积分:1
  • yu-chu-li
    P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理 P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理 (P0301: digital image data matrix display and Fourier Transform P0302: two-dimensional discrete cosine transform image compression P0303: using gray transform method to enhance the contrast of the image P0304: histogram equalization P0305: Simulation images by white Gaussian noise and salt and pepper noise P0306: 2D median filtering function medfilt2 right by Salt and Pepper image noise filtering P0307: using MATLAB functions filter2 of noise images mean filtering P0308: Image Adaptive Filter Weiner P0309: use five different gradient Enhancement Act for image sharpening P0310: Images of the high-pass filtering and mask handling P0311: use Butterworth (Butterworth) low-pass filter on the noise in the image smoothing P0312: use Butterworth ( Butterworth) high-pass filter for image sharpening)
    2013-10-30 10:12:55下载
    积分:1
  • chap01
    数字图像处理编程入门(吕风军)第一章第1章 Windows位图和调色板(Windows Bitmap and palette of the first chapter, Chapter 1 of the digital image processing program entry (Lv Fengjun))
    2012-11-01 14:06:21下载
    积分:1
  • corner
    这是角点检测的程序,图像中所有凹凸点都可以检测到,并在二值图像上显示出来,效果不错。直接运行corner.m即可(Corner detection program, the result is good)
    2011-07-26 13:46:10下载
    积分:1
  • Watermarking-in-contourlet-domain
    图像经过Contourlet变换后,加水印(After Contourlet transform images, add watermark)
    2011-08-08 20:23:15下载
    积分:1
  • .zip
    对场景分类和语义特征稀疏化的高层图像表示(Object Bank: A High-Level Image Representation for Scene Classification & Semantic Feature Sparsification)
    2013-10-16 14:57:56下载
    积分:1
  • 新建文件夹
    说明:  图像重建算法当中的FDK、ART和TV算法,以及算法评估的SSIM和MSE的评估代码(FDK, ART and TV algorithms in image reconstruction algorithms, and the evaluation codes of SSM and MSE for algorithm evaluation)
    2020-07-16 11:48:49下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载