资源简介
用POCS方法对图像进行超分辨率重构,matlab源码.对学习超分辨率很有帮助.强烈推荐.
代码片段和文件信息
function [Z X Y] = applicability(a b rmax)
% APPLICABILITY - generate an applicability function used in normalized convolution
% Z is the applicability matrix and X Y are the grid coordinates if a 3D
% plot is required.
%% -----------------------------------------------------------------------
% SUPERRESOLUTION - Graphical User Interface for Super-Resolution Imaging
% Copyright (C) 2005-2007 Laboratory of Audiovisual Communications (LCAV)
% Ecole Polytechnique Federale de Lausanne (EPFL)
% CH-1015 Lausanne Switzerland
%
% This program is free software; you can redistribute it and/or modify it
% 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. This software is distributed in the hope that
% it will be useful but without any warranty; without even the implied
% warranty of merchantability or fitness for a particular purpose.
% See the GNU General Public License for more details
% (enclosed in the file GPL).
%
% Latest modifications: January 12 2006 by Patrick Vandewalle
% November 6 2006 by Karim Krichane
[X Y] = meshgrid(-rmax:rmax -rmax:rmax);
Z = sqrt(X.^2+Y.^2).^(-a).*cos((pi*sqrt(X.^2+Y.^2))/(2*rmax)).^b;
Z = Z .* double(sqrt(X.^2+Y.^2) < rmax); % We want Z=0 outside of rmax
Z(rmax+1 rmax+1) = 1;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6148 2007-05-09 12:19 superresolution_v_2.0\superresolution_v_2.0\.DS_Store
文件 3959 2007-05-09 12:15 superresolution_v_2.0\superresolution_v_2.0\readme.txt
文件 15364 2007-05-09 12:19 superresolution_v_2.0\superresolution_v_2.0\application\.DS_Store
文件 82 2006-11-01 11:02 superresolution_v_2.0\superresolution_v_2.0\application\._html
文件 1417 2007-05-09 11:52 superresolution_v_2.0\superresolution_v_2.0\application\applicability.m
文件 1920 2007-05-09 11:52 superresolution_v_2.0\superresolution_v_2.0\application\c2p.m
文件 4943 2007-05-09 11:49 superresolution_v_2.0\superresolution_v_2.0\application\Contents.m
文件 2702 2007-05-09 11:53 superresolution_v_2.0\superresolution_v_2.0\application\create_images.m
文件 1668 2007-05-09 11:50 superresolution_v_2.0\superresolution_v_2.0\application\estimate_motion.m
文件 3452 2007-05-09 11:57 superresolution_v_2.0\superresolution_v_2.0\application\estimate_rotation.m
文件 2474 2007-05-09 11:57 superresolution_v_2.0\superresolution_v_2.0\application\estimate_shift.m
文件 1638 2007-05-09 11:58 superresolution_v_2.0\superresolution_v_2.0\application\generatePSF.m
文件 4588 2006-09-26 12:09 superresolution_v_2.0\superresolution_v_2.0\application\generation.fig
文件 18562 2007-05-09 11:59 superresolution_v_2.0\superresolution_v_2.0\application\generation.m
文件 15146 2006-01-13 15:51 superresolution_v_2.0\superresolution_v_2.0\application\gpl
文件 3140 2007-05-09 12:01 superresolution_v_2.0\superresolution_v_2.0\application\interpolation.m
文件 3772 2007-05-09 12:01 superresolution_v_2.0\superresolution_v_2.0\application\iteratedbackprojection.m
文件 4046 2007-05-09 12:03 superresolution_v_2.0\superresolution_v_2.0\application\keren.m
文件 2753 2007-05-09 12:02 superresolution_v_2.0\superresolution_v_2.0\application\keren_shift.m
文件 43108 2006-09-21 18:04 superresolution_v_2.0\superresolution_v_2.0\application\logo_epfl_small.tif
文件 150096 2006-09-21 17:25 superresolution_v_2.0\superresolution_v_2.0\application\logo_warning.tif
文件 1748 2007-05-09 12:04 superresolution_v_2.0\superresolution_v_2.0\application\lowpass.m
文件 5179 2007-05-09 12:05 superresolution_v_2.0\superresolution_v_2.0\application\lucchese.m
文件 3092 2007-05-09 12:06 superresolution_v_2.0\superresolution_v_2.0\application\marcel.m
文件 2191 2007-05-09 12:05 superresolution_v_2.0\superresolution_v_2.0\application\marcel_shift.m
文件 3256 2007-05-09 12:08 superresolution_v_2.0\superresolution_v_2.0\application\n_conv.m
文件 15449 2007-05-09 12:09 superresolution_v_2.0\superresolution_v_2.0\application\n_convolution.m
文件 3093 2007-05-09 12:10 superresolution_v_2.0\superresolution_v_2.0\application\papoulisgerchberg.m
文件 2666 2007-05-09 12:10 superresolution_v_2.0\superresolution_v_2.0\application\pocs.m
文件 1129 2007-05-09 12:11 superresolution_v_2.0\superresolution_v_2.0\application\robustnorm2.m
............此处省略35个文件信息
相关资源
- 小波包能量分析的轴承故障诊断 mat
- MATLAB数字图像处理GUI设计
- MATLAB2016及破解.zip
- 精通matlab最优化计算光盘(第二版)
- 基于matlab图像复原处理,图像清晰化
- FAST特征点检测算法的matalb源码实现
- 红外可见图像自适应梯度融合matlab代
- MATLAB航空工具箱用户使用介绍
- Matlab的源代码用于中国数学建模大赛
- matlab的语音识别,说话人识别工具箱
- MATLAB环境下的MPC源代码
- matlab torr3D reconstruction 工具箱
-
风电MATLAB/SIMUli
nk程序 - 课程设计—断线故障matlab源码及算例
- matlab电力电子仿真教程
- 通信系统MATLAB模拟仿真系统
- 基于MATLAB铰链四杆机构的 运动分析
- 基于 MATLAB 的 DQPSK 调制解调器设计与
- 表情识别 源码Matlab LBP+LPQ SVM PCA
- VREP-matlab联合仿真64位动态链接库v_r
- matlab时频分析工具箱+安装方法+函数说
-
MATLAB\\simuli
nk\\simscape 入门指南(中 - MATLAB实现人脸识别47134
- matlab数字图像处理系统有gui界面
- 雷达原理仿真程序 RadarSimulation,雷达
- dace 中文说明.rar
- 利用Matlab提取图片中的数据
- 通信原理MATLAB仿真实验指导书林志谋
- MATLAB R2015a Crack X86 32bit
- 基于16QAM调制的OFDM系统仿真实现.zip
评论
共有 条评论