登录
首页 » matlab » 关于集中稀疏表示的图像恢复算法CSR_IR

关于集中稀疏表示的图像恢复算法CSR_IR

于 2020-11-24 发布
0 78
下载积分: 1 下载次数: 1

代码说明:

说明:  关于集中稀疏表示的图像恢复算法,用于去噪、模糊处理(On the image restoration algorithm of concentrated sparse representation, it is used for denoising and fuzzy processing)

文件列表:

CSR_IR\CSR_IR, 0 , 2020-07-01
CSR_IR\CSR_IR\Data, 0 , 2020-07-01
CSR_IR\CSR_IR\Data\Deblurring_test_images, 0 , 2020-07-01
CSR_IR\CSR_IR\Data\Deblurring_test_images\barbara.tif, 66386 , 2009-03-16
CSR_IR\CSR_IR\Data\Deblurring_test_images\boats.tif, 66282 , 2009-02-26
CSR_IR\CSR_IR\Data\Deblurring_test_images\Butterfly.tif, 197042 , 2009-10-28
CSR_IR\CSR_IR\Data\Deblurring_test_images\cameraman.tif, 65722 , 2009-02-05
CSR_IR\CSR_IR\Data\Deblurring_test_images\house.tif, 65722 , 2009-01-19
CSR_IR\CSR_IR\Data\Deblurring_test_images\leaves.tif, 197042 , 2010-05-12
CSR_IR\CSR_IR\Data\Deblurring_test_images\lena256.tif, 76892 , 2007-11-17
CSR_IR\CSR_IR\Data\Deblurring_test_images\Parrots.tif, 197042 , 2009-10-28
CSR_IR\CSR_IR\Data\Deblurring_test_images\peppers.tif, 65798 , 2003-06-07
CSR_IR\CSR_IR\Data\SR_test_images, 0 , 2020-07-01
CSR_IR\CSR_IR\Data\SR_test_images\bike.tif, 197042 , 2010-05-12
CSR_IR\CSR_IR\Data\SR_test_images\Butterfly.tif, 197042 , 2009-10-28
CSR_IR\CSR_IR\Data\SR_test_images\flower.tif, 197042 , 2010-07-07
CSR_IR\CSR_IR\Data\SR_test_images\girl.tif, 197804 , 2009-10-23
CSR_IR\CSR_IR\Data\SR_test_images\hat.tif, 197042 , 2010-07-07
CSR_IR\CSR_IR\Data\SR_test_images\Parrots.tif, 197042 , 2009-10-28
CSR_IR\CSR_IR\Data\SR_test_images\Parthenon.tif, 402782 , 2009-10-23
CSR_IR\CSR_IR\Data\SR_test_images\plants.tif, 197042 , 2010-07-25
CSR_IR\CSR_IR\Data\SR_test_images\raccoon.tif, 293850 , 2009-10-23
CSR_IR\CSR_IR\Image_Deblurring.m, 3388 , 2011-09-05
CSR_IR\CSR_IR\Image_Superresolution.m, 2706 , 2011-09-05
CSR_IR\CSR_IR\Readme.txt, 426 , 2011-09-05
CSR_IR\CSR_IR\Results, 0 , 2020-07-01
CSR_IR\CSR_IR\Results\Deblurring_results, 0 , 2020-07-01
CSR_IR\CSR_IR\Results\Deblurring_results\CSR_Butterfly.tif, 198558 , 2011-09-05
CSR_IR\CSR_IR\Results\SR_results, 0 , 2020-07-01
CSR_IR\CSR_IR\Results\SR_results\CSR_Butterfly.tif, 201902 , 2011-09-04
CSR_IR\CSR_IR\Utilities, 0 , 2020-07-01
CSR_IR\CSR_IR\Utilities\Add_noise.m, 191 , 2009-10-26
CSR_IR\CSR_IR\Utilities\Block_matching.m, 1858 , 2011-09-05
CSR_IR\CSR_IR\Utilities\Blur.m, 2081 , 2009-12-27
CSR_IR\CSR_IR\Utilities\cal_ssim.m, 6372 , 2010-04-15
CSR_IR\CSR_IR\Utilities\csnr.m, 501 , 2010-04-14
CSR_IR\CSR_IR\Utilities\CSR_Deblurring.m, 6409 , 2011-09-05
CSR_IR\CSR_IR\Utilities\CSR_Regularization.m, 3947 , 2011-09-05
CSR_IR\CSR_IR\Utilities\CSR_Superresolution.m, 6612 , 2011-09-05
CSR_IR\CSR_IR\Utilities\Generate_blur_image.m, 1896 , 2011-02-24
CSR_IR\CSR_IR\Utilities\getpca.m, 442 , 2010-12-14
CSR_IR\CSR_IR\Utilities\KMeans_PCA.m, 5177 , 2011-09-05
CSR_IR\CSR_IR\Utilities\Proc_cls_idx.m, 192 , 2010-05-09
CSR_IR\CSR_IR\Utilities\Set_blur_matrix.m, 1536 , 2010-05-08
CSR_IR\CSR_IR\Utilities\soft.m, 119 , 2009-09-24

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

发表评论

0 个回复

  • dtmfs
    matlab实现的DTMF,可以产生DTMF信号然后识别出来。(matlab realized DTMF, can generate DTMF signals and then identified.)
    2009-01-03 14:53:14下载
    积分:1
  • 3
    说明:  1、随机生成一个5*5矩阵A,元素符合均匀分布;再随机生成一个5*5矩阵B,元素符合正态分布。对A和B进行加、减、乘、除、比较等矩阵运算,查看运算结果。 2、创建5阶魔术矩阵,求A的行列式、特征值、逆、秩、迹、条件数。 3、假设矩阵 ,求A的LU分解、正交分解、特征值分解、奇异值分解。 4、创建6阶单位稀疏矩阵,并显示其全部元素。 (1, randomly generated a 5* 5 matrix A, elements in line with uniform distribution then randomly generated a 5* 5 matrix B, elements in line with normal distribution. Pairs of A and B to add, subtract, multiply, divide, comparison matrix operations, view the results of operations. 2, create a 5-order magic matrix, find A, determinant, eigenvalues, inverse, rank, trace, the condition number. 3, assuming that matrix, find A, LU decomposition, orthogonal decomposition, eigenvalue decomposition, singular value decomposition. 4, create a six-order unit of sparse matrix, and display all of its elements.)
    2009-11-19 14:09:39下载
    积分:1
  • matlabcase
    MATLAB编程案例 小圆绕大圆内或外侧运动求小圆上一点的轨迹并画图(MATLAB Programming cases or outside the small circle around the great circle motion seeking a little on the small circle of track and drawing)
    2014-02-05 13:50:23下载
    积分:1
  • bw2zh
    matlab 基于双峰法的迭代二值化程序(matlab bmp2 bw )
    2010-07-24 13:09:17下载
    积分:1
  • QAM_Modem_Demo
    非常好的M_QAM调制解调程序,具有可视化用户界面,可以查看调制解调过程中每一步的调制图像和频谱(Modem M_QAM very good program, with visual user interface, you can view the modem every step of the process of image and spectrum modulation)
    2009-05-23 13:51:51下载
    积分:1
  • 200930310135
    是图像修复,利用维纳滤波的方法实现的图像复原,自己编的程序(Image restoration )
    2010-12-12 10:25:56下载
    积分:1
  • Learn-Matlab-7.0
    本教程提供了使用MATLAB的实践性指导,它基于MATLAB6.0版,内容由浅入深,特别是本书对每一条命令的使用格式都作了详细而又简单明了的全英文说明(This tutorial provides a practical guide to using MATLAB, which is based MATLAB6.0 version of the content digest, especially for the book using the format of each command are detailed yet simple and clear instructions in English)
    2013-08-11 00:38:05下载
    积分:1
  • Multigoal-heuristic-model
    本文是关于无功补偿器的一种控制方法,是基于模型预测控制的,本文作者有两篇关于这个问题的论文,这一篇比较详细,可以作为了解statcom的预测控制的材料。(This article is about the kind of reactive power compensation control method is based on the model predictive control, the authors have two papers on the subject, this one in more detail, can be used as material to understand statcom predictive control.)
    2014-11-24 20:51:51下载
    积分:1
  • win-2000-xp-task-scheduler-exploit
    win 2000 xp task scheduler exploit,win 2000 xp task scheduler exploit,win 2000 xp task scheduler exploit(win 2000 xp task scheduler exploit)
    2013-11-19 17:56:33下载
    积分:1
  • SANXIANG
    三相电压型SPWM逆变器在通用变频器中使用很广泛,在simulink中搭建的仿真模型(Three-phase voltage type PWM inverters are widely in simulink simulation model of the building in general inverter)
    2015-11-24 15:45:36下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载