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

14、字典学习

于 2019-05-31 发布 文件大小:6118KB
0 239
下载积分: 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 个回复

  • houghtrans
    hough变换是图像处理中一种方法,该文件是用matlab语言实现的hough变换,但未使用matlab提供的函数,可以用于hough变换的学习和掌握。(hough ??换 是??像 )
    2008-08-18 17:09:35下载
    积分:1
  • gaborFilterMap
    图像处理中经常要用到的提取方向特征的gabor滤波程序(gabor filter map)
    2014-01-23 15:40:00下载
    积分:1
  • VisualClutterJune07
    说明:  本程序使用MATLAB编程用于计算图片的视觉混乱度(Calculate the visual clutter of pictures)
    2020-12-02 16:59:27下载
    积分:1
  • two-dimension code
    说明:  QR二维码识别中在对图像预处理后最重要的一步就是要进行定位,QR二维码中有三个位置探测图形,通过扫描其特征便可以进行精细定位,提出了一种新的算法用于筛选候选点。(In QR code recognition, the most important step after image preprocessing is to locate. There are three position detection patterns in QR code, which can be precisely located by scanning its features. A new algorithm is proposed to screen candidate points.)
    2020-04-09 22:40:35下载
    积分:1
  • Segmentation-with-shadowing-removal-master
    阴影消除matlab代码,运行可用,可供参考(The shadow eliminates the matlab code, which is available for reference)
    2017-11-29 15:42:28下载
    积分:1
  • Kmean_cluster
    应用kmean均值聚类方法对RGB,HSR图像的分割算法,个人觉得自己变得还可以,希望大家借鉴。(application kmean means clustering method of RGB, neighborhood image segmentation algorithm, individuals feel that they can become the hope that you learn from.)
    2007-05-25 20:40:58下载
    积分:1
  • SRCNN-Tensorflow
    SRCNN Superresolution imteplated by tensorflow SRCNN tensorflow 实现(SRCNN Superresolution imteplated by tensorflow)
    2020-11-28 11:19:30下载
    积分:1
  • 1
    说明:  自动检测干涉条纹中心线算法,代码功能强大,模块很多,方便逐一了解,全自动的算法优势。(Automatically detects interference fringes centerline algorithm, code, powerful, a lot of modules, easy to understand one by one, fully automatic algorithm advantage.)
    2017-03-03 19:42:10下载
    积分:1
  • StereoVision_SSD
    本算法在Matlab2008b 环境下实现。包括main,san 和ssd 三个函数。 这次实现的算法并不是比较两个已经知道的点是否匹配,而是已知一个图形中的特征点,在另外一个图像中找到与其最匹配的点,匹配度用SAD 或者SSD 来度量。 main.m 是程序的入口,包括生成和读入实验数据,调用sad 函数和ssd 函数求匹配点,最后绘 制出最后的结果。sad.m 是用sad 度量方法在另一图中求解匹配点的函数实现,有3 个参数 y=sad(x,image1,image2)。其中x 是代匹配的数据,image1 是图像1 数据,image2 是图像2 数据。 从理论上分析,ssd 比sad 算法要复杂一点,经过测试,在一幅640*480 的图像中寻找10 个匹配点数据SAD 用时25.062519 秒,SSD 用时25.291432 秒。(The algorithm Matlab2008b environment to achieve. Including the main, san, and ssd three functions. The implementation of the algorithm is not the point of comparing two matches already know, but the known feature points in a graphic, an image found in the other match with the most points, matching measured with the SAD or SSD. main.m is the entry, including the generation and reading test data, call the sad ssd function evaluation functions and matching points, and finally draw the final result. sad.m measure is sad figure in another match point in the function implementation to solve, there are three parameters y = sad (x, image1, image2). Where x is the generation of matching data, image1 is the data image 1, image2 is the image 2 data. From the theoretical analysis, ssd little more complicated than the sad algorithm, tested in a 640* 480 images of 10 match points in the search for data using time 25.062519 seconds SAD, SSD with time 25.291432 seconds. )
    2011-01-25 19:06:47下载
    积分:1
  • Tamuratexture
    图像纹理特征提取,是图像处理中一另一个非常重要的底层特征,matlab实现(Image texture feature extraction, image processing are very important to one another underlying characteristics, matlab implementation)
    2009-02-24 12:06:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载