登录
首页 » matlab » context-aware-saliency-detection

context-aware-saliency-detection

于 2014-10-28 发布 文件大小:408KB
0 106
下载积分: 1 下载次数: 151

代码说明:

  这是论文“Context-Aware Saliency Detection”的matlab代码,已执行通过。(This is the code of the paper“Context-Aware Saliency Detection”,and it has been run successfully.)

文件列表:

context aware saliency detection 副本


.....................................\Center_weight.m,542,2014-03-21
.....................................\distanceValueMap_search_onescale.m,3351,2014-03-22
.....................................\distanceValueMap_search_onescale_2.m,4056,2014-03-23
.....................................\gaussianSmooth.m,670,2014-03-20
.....................................\get4Scale.m,1965,2014-03-20
.....................................\Lab2RGB.m,1552,2014-03-16
.....................................\maintest1.asv,1854,2014-09-11
.....................................\maintest1.m,1854,2014-09-11
.....................................\pre_rgb2lab.m,1430,2014-03-20
.....................................\RGB2Lab.m,1743,2014-03-16

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

发表评论

0 个回复

  • patton
    Routine to calculate the COP parameters
    2013-03-05 02:00:49下载
    积分:1
  • DTC_ST
    Dtc-St structure in matlab simulink work on
    2013-03-21 03:27:40下载
    积分:1
  • hailangmoni
    matlab海浪模拟程序文中的两个word分别是在二维和三维下海浪的波形图(有所提供的matlab源程序生成) bopu.m是标准的p-m谱,输入风级数和频率数得到该风级下的p-m谱 erweihailangboxing.m是生成三维海浪波形的源程序,输入风级数,频率数和角度数得到该风级下的海浪波形; hailangboxing.m是生成二维海浪波形的源程序,输入风级数和频率数得到该风级下的海浪波形; SDwave.m是分形法所用的源程序,与本线性得加法所采用的 方法不一样。。纯属我毕设的客串。。所得波形为二维的海浪。(wave matlab simulation program)
    2020-12-06 17:39:22下载
    积分:1
  • matlaData
    matlab,matlab,this is for sound collect.i do not to say what(matlab,this is for sound collect.i do not to say what)
    2012-11-30 21:02:40下载
    积分:1
  • DERIVATIVE-CALCULATION-
    利用Matlab内建的快速傅氏变换函数可以方便地在波数域计算重磁异常导数。介绍了基于Matlab语言的波数域求导的算法,给出了程序源代码,讨论了一些有助于提高计算精度的编程技巧。通过模型试验和数据分析, 发现在计算垂向导数时波数域求导算法的精度比傅氏级数的精度有明显改善;而水平导数的计算,2种方法的精度相当。在某区钾盐勘探中,用该方法处理高精度重力剖面数据,取得了较好效果。(It is convenient to calculate derivative in wave number space using the inbuih F胛function in Matlab.This paper describes a matlab algorithm for derivative calculation of 1 D gravity and magnetic anomaly in wave number space,gives code of program and deals with some programming skills for precision improvement.Throngh model test and data analysis,it is found that the precision of the F盯method is much higher than that of the Fourier Series method in vertical derivative calculation.In horizontal derivative calculation, however,the precisions of the two methods ale almost the same.During kainite exploration in a certain basin,satisfactory result Wag obtained in the processing of gravity profile data using this method.)
    2014-03-22 22:11:38下载
    积分:1
  • PhaseModulationandemodulation
    移相键控的调制与解调matlab编程与实现(Phase shift keying modulation and demodulation matlab programming and the realization of)
    2008-04-24 22:27:50下载
    积分:1
  • bpAnn
    说明:  利用物体的几何特征参数,和bp神经网络实现分类。(The use of the geometric characteristics of object parameters, and the realization of bp neural network classification.)
    2009-07-30 10:58:09下载
    积分:1
  • FiberDispersion
    在已知光纤在特定波长处的折射率的情况下,该程序可以迅速计算对应模式的色散值(Optical fiber have been known at a particular wavelength of refractive index of the case, the program can quickly calculate the dispersion value of the corresponding mode)
    2020-12-08 11:39:20下载
    积分:1
  • gpml-matlab-v1.3-2006-09-08
    说明:  高斯过程(GP)模型中推理和预测的实现。它实现了在《Rasmussen & Williams:机器学习的高斯过程》(麻省理工学院出版社,2006)和《Nickisch & Rasmussen:二进制高斯过程分类的近似》(JMLR, 2008)中讨论的算法。该函数的优点在于灵活性、简单性和可扩展性。该函数具有一定的灵活性,首先通过定义均值函数和协方差函数来确定遗传算法的性质。其次,它允许指定不同的推理过程,如精确推理和期望传播(EP)。第三,它允许指定似然函数,如高斯函数或拉普拉斯函数(用于回归)和累积逻辑函数(用于分类)。简单性是通过一个简单的函数和紧凑的代码实现的。可扩展性是通过模块化设计来保证的,允许为已经相当广泛的推理方法、均值函数、协方差函数和似然函数库轻松添加扩展。(Gaussian Processes for Machine Learning , the MIT press, 2006 and Nickisch & Rasmussen: Approximations for Binary Gaussian Process Classification , JMLR, 2008. The strength of the function lies in its flexibility, simplicity and extensibility. The function is flexible as firstly it allows specification of the properties of the GP through definition of mean function and covariance functions. Secondly, it allows specification of different inference procedures, such as e.g. exact inference and Expectation Propagation (EP). Thirdly it allows specification of likelihood functions e.g. Gaussian or Laplace (for regression) and e.g. cumulative Logistic (for classification). Simplicity is achieved through a single function and compact code.)
    2020-02-26 20:39:48下载
    积分:1
  • niblack
    Zhang和Tan提出一个改良Niblack的方法(Zhang and Tan proposed a modified Niblack s method)
    2010-07-09 01:24:58下载
    积分:1
  • 696519资源总数
  • 104213会员总数
  • 20今日下载