资源简介

Joint patch clustering-based dictionary learning for multimodal image fusion 一文的对应代码

资源截图

代码片段和文件信息

function [z zx1 zx2] = ckr2_regular(y h r ksize)
% [CKR2_REGULAR]
% The second order classic kernel regression function for regularly sampled
% data.
%
% [USAGE]
% [z zx1 zx2] = ckr2_regular(y h r ksize)
%
% [RETURNS]
% z     : the estimated image
% zx1   : the estimated gradient image along the x1 direction (vertical
%        direction)
% zx2   : the estimated gradient image along the x2 direction (horizontal
%        direction)
%
% [PARAMETERS]
% y     : the input image
% h     : the global smoothing parameter
% r     : the upscaling factor (“r“ must be an integer number)
% ksize : the size of the kernel (ksize x ksize and “ksize“ must be
%         an odd number)
%
% [HISTORY]
% June 16 2007 : created by Hiro
% Apr  14 2008 : the transpose operator is

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      23949  2015-12-01 07:34  KIM3.0含去噪\KIM3.0含去噪\015.png

     文件      13028  2016-11-16 16:27  KIM3.0含去噪\KIM3.0含去噪\015_.jpg

     文件       2459  2008-04-14 18:12  KIM3.0含去噪\KIM3.0含去噪\ckr2_regular.m

     文件       1151  2016-03-29 18:05  KIM3.0含去噪\KIM3.0含去噪\clustering.m

     文件       2102  2016-11-25 11:55  KIM3.0含去噪\KIM3.0含去噪\construction.m

     文件        152  2017-06-10 18:30  KIM3.0含去噪\KIM3.0含去噪\Dic_learning.m

     文件        246  2016-03-19 21:39  KIM3.0含去噪\KIM3.0含去噪\downsample2.m

     文件        406  2016-03-19 21:39  KIM3.0含去噪\KIM3.0含去噪\EdgeMirror.m

     文件        202  2016-03-19 10:53  KIM3.0含去噪\KIM3.0含去噪\gaussian.m

     文件        473  2017-09-19 08:35  KIM3.0含去噪\KIM3.0含去噪\Hfusion_clear.m

     文件        189  2016-11-19 22:14  KIM3.0含去噪\KIM3.0含去噪\Highfusion_plus_clear.m

     文件        973  2016-03-29 18:09  KIM3.0含去噪\KIM3.0含去噪\image_kernel.m

     文件        307  2016-03-21 09:41  KIM3.0含去噪\KIM3.0含去噪\Lowfusion.m

     文件        316  2016-08-11 18:12  KIM3.0含去噪\KIM3.0含去噪\Lowfusion3.m

     文件       2028  2017-11-05 16:09  KIM3.0含去噪\KIM3.0含去噪\main.m

     文件        559  2016-03-21 00:34  KIM3.0含去噪\KIM3.0含去噪\ompbox10\Contents.m

     文件       1810  2016-03-21 00:34  KIM3.0含去噪\KIM3.0含去噪\ompbox10\faq.txt

     文件       5294  2016-03-21 00:34  KIM3.0含去噪\KIM3.0含去噪\ompbox10\omp.m

     文件       6218  2016-03-21 00:34  KIM3.0含去噪\KIM3.0含去噪\ompbox10\omp2.m

     文件       2386  2016-03-21 00:34  KIM3.0含去噪\KIM3.0含去噪\ompbox10\ompdemo.m

     文件       1635  2016-03-21 00:34  KIM3.0含去噪\KIM3.0含去噪\ompbox10\ompspeedtest.m

     文件       8358  2016-03-21 00:34  KIM3.0含去噪\KIM3.0含去噪\ompbox10\ompver.m

     文件        811  2016-03-21 00:34  KIM3.0含去噪\KIM3.0含去噪\ompbox10\private\make.m

     文件       2219  2016-03-21 00:34  KIM3.0含去噪\KIM3.0含去噪\ompbox10\private\mexutils.c

     文件       3655  2016-03-21 00:34  KIM3.0含去噪\KIM3.0含去噪\ompbox10\private\mexutils.h

     文件      12510  2016-03-21 00:34  KIM3.0含去噪\KIM3.0含去噪\ompbox10\private\myblas.c

     文件      14673  2016-03-21 00:34  KIM3.0含去噪\KIM3.0含去噪\ompbox10\private\myblas.h

     文件       3490  2016-03-21 00:34  KIM3.0含去噪\KIM3.0含去噪\ompbox10\private\omp2mex.c

     文件        896  2016-03-21 00:34  KIM3.0含去噪\KIM3.0含去噪\ompbox10\private\omp2mex.m

     文件      23040  2016-03-21 00:34  KIM3.0含去噪\KIM3.0含去噪\ompbox10\private\omp2mex.mexw64

............此处省略39个文件信息

评论

共有 条评论