登录
首页 » matlab » 14、字典学习

14、字典学习

于 2019-05-31 发布 文件大小:6118KB
0 227
下载积分: 1 下载次数: 5

代码说明:

  经典的KSVD图像字典学习,matlab 代码,有注释,亲测可用(The classic KSVD image dictionary learning, matlab code, include notes, test available)

文件列表:

14、字典学习\barbara.png, 185727 , 2005-09-11
14、字典学习\boat.png, 177762 , 2005-09-11
14、字典学习\demo1.m, 1907 , 2009-09-03
14、字典学习\demo3.m, 8504 , 2006-12-28
14、字典学习\denoiseImageDCT.m, 5426 , 2007-01-24
14、字典学习\denoiseImageGlobal.m, 6046 , 2006-12-12
14、字典学习\denoiseImageKSVD.m, 9088 , 2007-01-24
14、字典学习\displayDictionaryElementsAsImage.asv, 3246 , 2007-01-25
14、字典学习\displayDictionaryElementsAsImage.m, 3224 , 2007-01-25
14、字典学习\gererateSyntheticDictionaryAndData.m, 1896 , 2006-12-11
14、字典学习\globalTrainedDictionary.mat, 5749450 , 2005-09-21
14、字典学习\house.png, 34985 , 2005-09-11
14、字典学习\KSVD.m, 12292 , 2009-09-03
14、字典学习\KSVD_NN.m, 11585 , 2006-12-28
14、字典学习\lena.png, 151199 , 2005-09-11
14、字典学习\main.m, 3782 , 2015-04-27
14、字典学习\MOD.m, 8053 , 2006-12-12
14、字典学习\my_im2col.m, 631 , 2006-12-11
14、字典学习\NN_BP.m, 1105 , 2006-12-24
14、字典学习\OMP.m, 954 , 2007-04-29
14、字典学习\OMPerr.m, 1083 , 2006-12-11
14、字典学习\peppers256.png, 40181 , 2002-08-29
14、字典学习\README.txt, 4802 , 2006-12-28
14、字典学习, 0 , 2019-01-12

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

发表评论

0 个回复

  • d7
    说明:  通过matlab实现理想低通滤波对图像处理,进行降噪(matlab,ILPF,noise reduction)
    2017-11-23 21:27:34下载
    积分:1
  • AviPclass
    AVI视频流数据读写类库!供视频图像处理编程参考!非常好用!(AVI video stream class library for reading and writing data. Video image processing for programming reference! Very handy!)
    2007-05-25 10:32:16下载
    积分:1
  • Speckle_reduction
    说明:  用于SAR图像的相干斑抑制,内有增强Lee滤波,增强Kuan滤波,增强GammaMap滤波算法,还有等效视数,边缘保持指数的求法(For speckle suppression of SAR images, there are enhanced Lee filtering, enhanced Kuan filtering, enhanced GammaMap filtering algorithm, and the calculation of ENL and EPI.)
    2019-03-30 17:23:15下载
    积分:1
  • lyc_sst_season
    说明:  基于MATLAB对逐日海表面温度遥感数据做月平均,并按照季节绘制多子图。(Based on MATLAB, monthly average of daily sst remote sensing data is done, and multiple subgraphs are drawn according to seasons.)
    2021-03-02 11:08:02下载
    积分:1
  • live-wire_contour_version_matlab
    自己写的matlab版的live-wire算法,效率有点低,不过可用(Written in Matlab version, the live-wire algorithm, a bit low, but available)
    2012-04-24 09:10:27下载
    积分:1
  • 输电线路钢化玻璃绝缘子(N)
    说明:  对常见的输电线路钢化玻璃绝缘子识别的研究(Identification of toughened glass insulator for transmission line)
    2020-06-06 10:25:51下载
    积分:1
  • target_trace
    目标跟踪matlab源代码,通过当前帧预测区域的信息同背景图像的信息的内容相差,可以很好的实现运动目标的跟踪。(Target tracking matlab source code, through the regional information predict the current frame image with the background information on the contents of the difference, you can achieve a good tracking of moving objects.)
    2010-02-28 00:46:32下载
    积分:1
  • watermark.m
    %基于DCT的水印算法 %数字水印处理系统主要由水印嵌入和水印检测两个过程。 %水印嵌入过程为:数字水印(X)、原图像(I)和密钥/公钥(K)通过数字水印嵌入算法形成嵌入水印后的图像(I*)。 %水印检测过程为:数字水印(X)、水印图像(I*)和密钥/公钥(K)通过数字水印检测算法检测出数字水印或有无水印。 %基于DCT变换的水印算法:将一个随机序列作为水印信号嵌入到图像DCT变换重要分量的幅度成分中(幅值较大的n个系数作为重要分量)。 %定义一个相似函数来检验水印提取是否成功。试验结果表明,该算法具有不可见性,对通常的图像处理,如剪切、缩放、中值滤波、压缩等 %以及噪声干扰都具有一定的鲁棒性。(err)
    2021-01-05 20:18:55下载
    积分:1
  • Server
    此程序采用vc++6.0编写,可以实现4路视频采集,压缩以及编码(编码算法包括mpeg2),采用的采集卡是天敏vc4000,利用回调函数作为采集的主要手段 另外提供网络传输的服务端程序(This program uses a vc + +6.0 preparation, can achieve 4-channel video capture, compression and encoding (encoding algorithm including mpeg2), using capture card is Mortimer vc4000, use the callback function as the primary means of collection additionally provides end network transport services program)
    2013-05-26 11:38:26下载
    积分:1
  • XIHUA
    本程序是使用c++开发语言编写的,功能是将bmp图像进行细化处理,比如,可以将比较粗的汉字细化成较细的汉字。(This program used c++ development language, the function is to thinning BMP image . For example, it can be more crude refining the Chinese characters into a fine characters.)
    2016-01-06 16:35:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载