登录
首页 » matlab » KSVD

KSVD

于 2013-06-22 发布 文件大小:744KB
0 230
下载积分: 1 下载次数: 151

代码说明:

  一种新型的图像去噪方法,相较于已有的算法,优势在于较小的计算量以及相对更好的还原效果。(A new image denoising method, compared to the existing algorithms, the advantages and the relatively small amount of computation better reproduction.)

文件列表:

KSVD
....\CS.asv,913,2012-03-02
....\CS.m,913,2012-03-02
....\CS_sparse2.m,872,2012-02-29
....\dictionary.m,964,2012-02-16
....\final.asv,854,2012-03-06
....\final.m,855,2012-03-06
....\KSVD.asv,2862,2012-02-16
....\KSVD_2dimension (2).m,887,2012-02-25
....\KSVD_2dimension.m,1542,2012-03-06
....\KSVD_CS (2).m,708,2012-02-29
....\KSVD_CS.m,705,2012-02-27
....\KSVD_D.asv,718,2012-02-24
....\KSVD_D.m,605,2012-02-25
....\KSVD_final.asv,1816,2012-02-25
....\KSVD_final.m,1887,2012-02-25
....\KSVD_final2.asv,1170,2012-02-23
....\KSVD_final2.m,2006,2012-02-23

....\MP.asv,544,2012-02-19
....\MP.m,831,2012-02-28
....\MSE.m,139,2012-01-17
....\OMP.asv,866,2012-02-05
....\OMP.m,866,2012-02-05
....\OMP2.asv,977,2012-02-06
....\OMP2.m,1067,2012-02-16
....\OMP3 (2).m,1363,2012-02-27
....\OMP3.asv,1271,2012-03-02
....\OMP3.m,1375,2012-03-02
....\picture





....\.......\fruits256.bmp,66614,2010-04-17
....\.......\FT_TV.bmp,66614,2011-12-01
....\.......\lena256.bmp,66614,2010-04-16
....\.......\peppers256.bmp,66614,2010-04-17
....\.......\phantom256.bmp,3824,2010-04-17
....\small vriance.fig,182390,2012-02-24
....\SNR.asv,134,2012-02-24
....\SNR.m,194,2012-02-24
....\test.asv,411,2012-02-24
....\test.m,706,2012-02-24
....\Unit.m,153,2012-02-06
....\zhuanzhi.fig,131400,2012-02-24

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

发表评论

0 个回复

  • Jsteg
    Jsteg算法实现,Jsteg是一种基于JPEG的常用信息隐藏算法步骤如下: 首先,把掩体图像分为不重叠的8*8的子块,对每一子块进行DCT并对变换得到的DCT系数进行量化 其次,将待隐藏的信息进行加密,将加密结果嵌入到量化后值不为0,1或-1的DCT系数的最 低有效位(LSB)中,其嵌入顺序是按zigzag扫描顺序进行的。最后,用JPEG的嫡编码(包括哈夫曼编码,游程编码及DPCM)对嵌入秘密信息后的每一子块进行编码,从而得到一个含有秘密信息的JPEG stego文件。(Jsteg Algorithm)
    2016-03-30 21:45:43下载
    积分:1
  • 用Python语言实现Poisson Image Editing(泊松编辑)算法
    用Python语言实现Poisson Image Editing(泊松图像编辑)算法(implementation of Poisson Image Editing algorithm with python.)
    2020-07-05 00:00:02下载
    积分:1
  • Bayes-Matting
    说明:  抠图中最为经典和基本的算法贝叶斯抠图,在matlab下的实现,效果和速度都较为理想。(Bayessian Matting is the most basic and classic method in matting algorithm.We provide a implementation in matlab.)
    2011-03-02 15:40:58下载
    积分:1
  • 856636333
    窗口置外形图片的应用--数码时钟,易语言写的图形图像编程,很好的参考。(Window profile picture-- Application of digital clock, easy graphic language programming, a good reference.)
    2013-09-19 09:37:08下载
    积分:1
  • txcl
    说明:  实现了图像的打开功能,并能实现图像打开时的扫描,渐进,马赛克等功能(To realize the image of the open function, and can achieve image scans open, progressive, mosaic and other functions)
    2010-04-18 22:43:57下载
    积分:1
  • sift
    说明:  sift算法实现的图像匹配程序,使用matlab编写的,多用于图像拼接,融合等领域。(The image matching program implemented by SIFT algorithm is written by MATLAB, and it is mostly used in image splicing, fusion and other fields.)
    2020-09-24 14:47:55下载
    积分:1
  • jiami
    说明:  生成混沌随机序列并实现对彩色图像的加密,(Encryption of color image)
    2019-03-04 10:42:48下载
    积分:1
  • elleSR_0.2
    Visual Geometry Group项目组开发的超分辨率重建的源码,具有很好的效果。 附有详细的文档说明,可直接运行(a good super-resolution reconstruct source code developed by Visual Geometry Group, with detail description)
    2009-05-19 11:21:05下载
    积分:1
  • src
    背景减除的完整算法,《A Statistical Approach for Real-time Robust Background Subtraction and Shadow Detection》作者源代码(The "src" folder contains all of the source code. To run the program, follow these simple steps: 1. Start MATLAB and ensure the "src" folder is your current working directory. 2. Edit "bs.m" and "classify.m" so that the file paths point to the proper directories as specified. 3. In the MATLAB environment type "bs" which will train the background model from the sequence you specified in (2). 4. In the MATLAB environment type "classify" which will classify the sequence of images you specified in (2). 5. Now the classified images should be saved to disk in the folder you specified in (2).)
    2012-09-20 16:47:35下载
    积分:1
  • particalfilter
    粒子滤波器(particle filter)程序,用粒子滤波器跟踪运动物体。(Particle filter (particle filter) process, with particle filter to track moving objects.)
    2021-01-22 11:28:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载