资源简介

用于红外、可见光的图像融合。采用LP、RP、DWT、DTCW、TVT、NSCT、LP-SR、RP-SR DWT-SR、DTCWT-SR、CVT-SR、NSCT-SR的具体实现。

资源截图

代码片段和文件信息

clc;
clear;
close all;
warning off;
addpath(genpath(cd));

I=double(imread(‘lake_IR.png‘))/255;
V=double(imread(‘lake_VIS.png‘))/255;

calc_metric = 1; % Calculate the metrices is time consuming it is used for quantitative evaluation. Set it to 0 if you do not want to do it.

%%
%The proposed GTF
nmpdef;
pars_irn = irntvInputPars(‘l1tv‘);

pars_irn.adapt_epsR   = 1;
pars_irn.epsR_cutoff  = 0.01;   % This is the percentage cutoff
pars_irn.adapt_epsF   = 1;
pars_irn.epsF_cutoff  = 0.05;   % This is the percentage cutoff
pars_irn.pcgtol_ini = 1e-4;
pars_irn.loops      = 5;
pars_irn.U0         = I-V;
pars_irn.variant       = NMP_TV_SUBSTITUTION;
pars_irn.weight_scheme = NMP_WEIGHTS_THRESHOLD;
pars_irn.pcgtol_ini    = 1e-2;
pars_irn.adaptPCGtol   = 1;

tic;
U = irn

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

     文件        666  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\adb.m

     文件       1329  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\curvelet_fuse.m

     文件       1573  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\curvelet_sr_fuse.m

     文件        334  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dec.m

     文件        191  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dec2.m

     文件       1542  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_fuse.m

     文件       1768  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_sr_fuse.m

     文件        305  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\abs_max.m

     文件        608  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\antonini.mat

     文件       1537  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\by_complexfusion.asv

     文件       1792  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\by_complexfusion.m

     文件       1646  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\cimage5.m

     文件       2244  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\coldfilt.m

     文件       2070  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\coldwtfilt.m

     文件        919  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\colfilter.m

     文件       3059  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\colifilt.m

     文件       2204  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\coliwtfilt.m

     文件      14019  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\colorspace.m

     文件       1613  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\dDTCWT.m

     文件        473  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\derotated DT-CWT.asv

     文件       1599  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\derotatedDTCWT.asv

     文件        694  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\derotated_dtcwt.asv

     文件        699  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\derotated_dtcwt.m

     文件       1679  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\draw.m

     文件        505  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\drawcirc.m

     文件       3579  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\dtwaveifm.m

     文件       5018  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\dtwaveifm2.m

     文件       3290  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\dtwavexfm.m

     文件       6597  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\dtwavexfm2.m

     文件        941  2014-09-01 23:59  fusion\A general framework for image fusion based on multi-scale transform and sparse representation\dtcwt_toolbox\gfilter.m

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

评论

共有 条评论