• 大小: 3KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: Matlab
  • 标签: MATLAB  

资源简介

function y = pocs(s,delta_est,factor) POCS开源代码

资源截图

代码片段和文件信息

function y = pocs(sdelta_estfactor)
% POCS - reconstruct high resolution image using Projection On Convex Sets
%    y = pocs(sdelta_estfactor)
%    reconstruct an image with FACTOR times more pixels in both dimensions
%    using Papoulis Gerchberg algorithm and using the shift and rotation 
%    information from DELTA_EST and PHI_EST
%    in:
%    s: images in cell array (s{1} s{2}...)
%    delta_est(iDy:Dx) estimated shifts in y and x
%    factor: gives size of reconstructed image

%% -----------------------------------------------------------------------
% 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 Switzerl

评论

共有 条评论