资源简介
自适应正则化的超分辨率重建程序,采用L1L2范数。
代码片段和文件信息
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 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运行.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
相关资源
- multiimagepocs 对多帧图像进行超分辨率
- TVMMcode 国外一个博士写的图像复原的
- imagereconstruction 基于小波和插值的超分
- map MAP超分辨率重建算法
- SR 利用稀疏矩阵思想进行图像的超分
- POCS-SuperResulution 本程序主要实现低分
- SRmatlab W.T.Freeman 经典 基于例子的超分
- POCS 基于凸集投影算法的超分辨率图像
- super-resolution-Regularization- 本程序包括
- MAP 实现图像的超分辨率算法
- MAP-Tikhonov 基于正则化项的最大后验概
- L1 基于L1范数的多帧图像超分辨率图像
- GISA
- super-resolution-by-map 基于MAP的超分辨率
- Matlab-regularization-tool 求解病态方程的
- 图像超分辨率重建-pocs算法
- matlab开发-图像超分辨率迭代反投影算
- superresolution_v_2.0.zip图像超分辨率MAT
- 旁瓣抑制算法SVA和超分辨率SUPER-SVA.算
评论
共有 条评论