登录
首页 » matlab » NMF-of-beta-divergence

NMF-of-beta-divergence

于 2013-04-08 发布 文件大小:8KB
0 162
下载积分: 1 下载次数: 24

代码说明:

  这是著名的“Algorithmes de factorisation en matrices non-négatives fondée sur la beta-divergence”这篇文章算法的matlab源代码(This is the famous article " Algorithmes de factorisation en matrices non-ngatives fonde sur la beta-divergence" algorithm matlab source code)

文件列表:

code_beta_nmf
.............\.DS_Store,6148,2011-03-02
.............\betadiv.m,735,2010-12-02
.............\beta_nmf_H.m,2877,2011-03-02
.............\beta_nmf_ME.m,6374,2011-03-02
.............\beta_nmf_MM.m,3913,2011-03-02
.............\demo.m,1888,2011-03-02
__MACOSX
........\._code_beta_nmf,201,2011-03-02
........\code_beta_nmf
........\.............\._.DS_Store,201,2011-03-02
........\.............\._betadiv.m,201,2010-12-02
........\.............\._beta_nmf_H.m,201,2011-03-02
........\.............\._beta_nmf_ME.m,201,2011-03-02
........\.............\._beta_nmf_MM.m,201,2011-03-02
........\.............\._demo.m,201,2011-03-02

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

发表评论

0 个回复

  • Bilateral-filtering
    这是双边滤波去噪的原始代码,挺好,可以下载( de-noising by Bilateral filtering,it is very good!)
    2012-05-16 09:35:40下载
    积分:1
  • encrypt2
    图像加密 matlab程序 图像加密的程序 混沌系统图像加密的程序(encrypt photo)
    2017-05-17 17:50:23下载
    积分:1
  • 8bitTo16
    将某一8位的raw格式图转换为16位的raw格式图 并可输出raw格式图的灰度值至相应文件(.txt文件) 生成的新图用PS打开时与原图基本一致.(It can converted an 8-bit raw format, to an 16-bit raw format and can output raw format diagram of the gray value to the corresponding map file (. Txt files) .The new plan to open with PS are basically consistent with the Original.)
    2010-03-01 16:23:04下载
    积分:1
  • LBP
    LBP(局部二值模式)特征提取,用于人脸识别,(LBP feature extraction for face recognition. . .)
    2013-08-05 17:47:28下载
    积分:1
  • Remote-Sensing-Image-Processing
    基于偏微分方程的遥感图像处理方法 利用测试图像对算法进行仿真验证,并与其它图像去噪算法进行去噪效果比较,通过数值对降噪效果进行评估,得出该方法不仅能够去除噪声而且能够很好的保护图像的边缘等细节信息,弥补了高阶非线性扩散去噪方法导致边界模糊的缺陷,提高了遥感图像的质量,改善了视觉效果(Simulation algorithm of remote sensing image processing methods based on partial differential equations using the test image denoising results compare with other image denoising algorithm to assess the value of the noise reduction effect, draw the method can not only remove the noise but well protected image edge details, to make up for the higher order nonlinear diffusion denoising method lead to fuzzy boundaries defects and improve the quality of remote sensing images and improve the visual effects)
    2021-04-15 22:18:54下载
    积分:1
  • Code自适应
    传统的图像分割方法可以分为基于阈值、边缘、区域的方法等,而传统的分割方法在复杂图像分割中效果不好。为了提高图像分割的性能,我们提出了一种基于局部自适应窗口的Otsu方法。首先,分析了传统阈值法在复杂图像分割中不能很好地形成的原因,比较了全局阈值和局部阈值对图像分割的影响。其次,提出了根据局部信息自适应地改变局部窗口大小的方法,分析了该方法的特点。最后,证明了所提出的新方法优于其他方法。实验结果表明,与其他传统方法相比,该方法能保持更多的细节,获得更满意的结果。(The traditional image segmentation methods can be divided into thresholding, edge and region methods. The traditional segmentation methods do not perform well in the segmentation of complicated images. In order to improve the performance of image segmentation, we propose an adaptive windowed range-constrained Otsu method based on local information.First, the reason why traditional thresholding methods do not perform well in the segmentation of complicated images is analyzed. Therein, the influences of global and local thresholdings on the image segmentation are compared. Secondly, a method of adaptively changing the local window size based on local information is proposed, and the characteristics of the proposed method are analyzed. Finally, the superiority of the proposed method over other methods, It is validated by the experiments that the proposed method can keep more details and acquire much more satisfying results as compared with the other conventional methods.)
    2018-10-24 15:04:08下载
    积分:1
  • matlab做的分割手势识别
    matlab,图像分割手势,不是用摄像头的,是将图片输入进去识别使用MATLAB进行图像分割(Matlab, image segmentation gesture, not with the camera, is to input pictures to identify the use of MATLAB image segmentation)
    2018-12-05 13:48:55下载
    积分:1
  • 11
    说明:  LSA的第一步是要去创建词到标题(文档)的矩阵。在这个矩阵里,每一个索引词占据了一行,每一个标题占据一列。每一个单元(cell)包含了这个词出现在那个标题中的次数。例如,词”book”出现在T3中一次,出现在T4中一次,而”investing”在所有标题中都出现了一次。一般来说,在LSA中的矩阵会非常大而且会非常稀疏(大部分的单元都是0)。这是因为每个标题或者文档一般只包含所有词汇的一小部分。更复杂的LSA算法会利用这种稀疏性去改善空间和时间复杂度。(The Little Book of Common SenseInvesting: The Only Way to Guarantee Your Fair Share of StockMarket Returns ,)
    2015-12-23 20:26:03下载
    积分:1
  • estarfm_update_20180727
    遥感图像时空融合,朱孝林博士的作品,可以参考学习(Space-time Fusion of Remote Sensing Images, Zhu Xiaolin)
    2021-03-13 11:09:24下载
    积分:1
  • 配准C++版
    图像配准C++版
    2020-11-30下载
    积分:1
  • 696518资源总数
  • 105578会员总数
  • 20今日下载