資源簡介
自適應(yīng)正則化的超分辨率重建程序,采用L1L2范數(shù)。
代碼片段和文件信息
clc;?clear?all;?close?all;
%------------------------------------
%?This?Matlab?program?demomstrates?the?SR?algorithms?in?paper:
%???Huihui?SongLei?Zhang?Peikang?WangKaihua?ZhangXin?Li?“AN?ADAPTIVE?L1-L2?HYBRID?ERROR?MODEL?TO?SUPER-RESOLUTION“?ICIP?2010????
%?Author:?Huihui?Song
%?E-mail:?freebird@mail.ustc.edu.cn?cslzhang@comp.polyu.edu.hk??
%?http://www4.comp.polyu.edu.hk/~cslzhang/
%?Date:?19/6/2010
%------------------------------------
o=load(‘foreman.mat‘);?%LR?images?including?extracted?5?LR?frames?with?estimation?information?of?PSF?and?motion?model?H
o=o.o;?
K?=?numel(o);
[smv?smh]=size(o(11).im);
biv=2*smv;
bih=2*smh;
%setting?relevant?parameters?of?three?comparative?methods
alpL2BTV?=?.2;?nuL2BTV?=?.02;
alpL1BTV?=?.7;?nuL1BTV?=?.003;
alpHEM?=?.5;?nuHE
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄??????????0??2011-03-24?23:12??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution
?????文件????2875899??2009-11-09?10:51??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution\.08lap_noise_lena1.mat
?????文件???????1912??2011-03-18?10:37??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution\demo.m
?????文件??????????0??2011-03-18?10:34??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution\demo運(yùn)行.txt
?????文件????????192??2010-06-17?11:08??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution\Draw_H.m
?????文件?????236347??2010-01-11?11:21??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution\foreman.mat
?????文件???????9383??2009-09-20?19:38??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution\getAvim.c
?????文件??????20480??2010-06-17?09:55??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution\getAvim.mexw32
?????文件???????5161??2010-06-18?15:44??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution\HEM_superres.m
?????文件???????6231??2010-06-17?10:59??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution\hibscg.m
?????文件???????5265??2010-06-18?15:44??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution\L1BTV_superres.m
?????文件???????5334??2010-06-18?15:42??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution\L2BTV_superres.m
?????文件??????12500??2009-09-21?21:59??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution\makeW.c
?????文件??????20480??2010-06-17?09:52??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution\makeW.mexw32
?????文件???????6296??2010-06-17?10:36??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution\origscgL1.m
?????文件????????359??2009-10-10?19:25??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution\squre_sum.c
?????文件??????20480??2010-06-17?09:56??An?adaptive?L1-L2?hybrid?error?model?to?super-resolution\squre_sum.mexw32
-----------?---------??----------?-----??----
??????????????3226319????????????????????17
評論
共有 條評論