Dual_Dic_SR

所属分类:matlab编程
开发工具:matlab
文件大小:2098KB
下载次数:19
上传日期:2015-06-12 19:19:03
上 传 者love142857
说明:  Group-based Sparse Representation for Image Restoration

文件列表:
Dual_Dic_SR\csnr.m (470, 2010-10-30)
Dual_Dic_SR\HR-049.tif (136688, 2010-11-05)
Dual_Dic_SR\HR-067.tif (132340, 2014-02-18)
Dual_Dic_SR\Lena.tif (264594, 2010-11-22)
Dual_Dic_SR\MainDic_SR.m (3601, 2014-02-19)
Dual_Dic_SR\Main_Dic.mat (565395, 2014-02-18)
Dual_Dic_SR\Main_Dic_learning.m (3898, 2014-02-18)
Dual_Dic_SR\monarch512.tif (242156, 2014-02-18)
Dual_Dic_SR\omp.m (4601, 2014-02-18)
Dual_Dic_SR\omp2.m (5519, 2014-02-18)
Dual_Dic_SR\peppers.tif (264714, 2014-02-19)
Dual_Dic_SR\private\make.m (797, 2009-04-19)
Dual_Dic_SR\private\myblas.c (5353, 2009-05-22)
Dual_Dic_SR\private\myblas.h (6831, 2009-05-22)
Dual_Dic_SR\private\omp2mex.c (3385, 2009-04-11)
Dual_Dic_SR\private\omp2mex.m (896, 2009-04-12)
Dual_Dic_SR\private\omp2mex.mexw32 (17920, 2009-10-14)
Dual_Dic_SR\private\ompcore.c (14351, 2009-05-22)
Dual_Dic_SR\private\ompcore.h (3122, 2009-04-11)
Dual_Dic_SR\private\ompmex.c (2742, 2009-04-16)
Dual_Dic_SR\private\ompmex.m (792, 2009-04-12)
Dual_Dic_SR\private\ompmex.mexw32 (17408, 2009-10-14)
Dual_Dic_SR\private\ompprof.c (4523, 2009-04-12)
Dual_Dic_SR\private\ompprof.h (3086, 2009-04-12)
Dual_Dic_SR\private\omputils.c (1453, 2009-04-12)
Dual_Dic_SR\private\omputils.h (2238, 2009-04-11)
Dual_Dic_SR\private\printf.m (693, 2009-04-19)
Dual_Dic_SR\ResidualDic_SR.m (3281, 2014-02-18)
Dual_Dic_SR\Residual_Dic.mat (761669, 2014-02-18)
Dual_Dic_SR\Residual_Dic_learning.m (2610, 2014-02-18)
Dual_Dic_SR\Run_Demo.m (2389, 2014-02-19)
Dual_Dic_SR\TrainDic_Fast.m (12073, 2014-02-17)
Dual_Dic_SR\private (0, 2014-02-19)
Dual_Dic_SR (0, 2014-02-19)

% ============================================================================== % % Image Super-Resolution via Dual-Dictionary Learning and Sparse Representation % % Version 1.0, 19-Feb-2013 % % Copyright (C) 2014 Jian Zhang % % ============================================================================== % % OVERVIEW: % % These MATLAB programs implement the Image Super-Resolution Algorithm via % Dual Dictionary Learnning and Sparse Represenation as described in paper: % % J. Zhang, C. Zhao, R. Xiong, S. Ma, D. Zhao "Image Super-Resolution via % Dual-Dictionary Learning and Sparse Representation" in IEEE International % Symposium of Circuits and Systems (ISCAS2012),pp. 1688¨C1691, Seoul, Korea, May 2012. % % Specifically, this code reproduces the experiment results of the % above paper (Table 1). The code for these is: % % Run_Demo.m % % This code relies on % K-SVD Toolbox (http://www.cs.technion.ac.il/~ronrubin/software.html) % All will need to reside within the current MATLAB search path. % % Note that, since most of this code relies on random projections, % the results produced may differ slightly in appearance and % value from those of the paper. % % ============================================================================== % % % % ============================================================================== % % % COPYRIGHT AND LICENSE INFORMATION: % % Copyright (C) 2014 Jian Zhang % % The programs herein are free software; you can redistribute % them and/or modify them under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 % of the License, or (at your option) any later version. % % All programs herein are distributed in the hope that % they will be useful, but WITHOUT ANY WARRANTY; without even the implied % warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See % the full text of the appropriate license for more details. % % % ==============================================================================

近期下载者

相关文件


收藏者