资源简介

利用压缩感知的关联成像程序,计算鬼成像,过完备稀疏表示

资源截图

代码片段和文件信息

%%  demo_Compressive_Sensing_Ghost_Imaging.m
 
%%   Demo for the paper:   V. Katkovnik J. Astola
%%  “Compressive sensing computational ghost imaging“ Submitted to JASA A
%%  Katkovnik V. March 2012;
 
%% The main file “demo_Compressive_Sensing_Ghost_Imaging.m “
%% implements Gaussian approximation based algorithms with Invariant and Varying  Standard Deviations;
 
%% Algorithm is used with small size test-images
 
%% The main tunable parameters of the algorithms: gamma_00 (Greek gamma in the paper) and
%%  threshold_abs defining Greek tay in the formulas (32) of the paper;
 
%% Optimal values of the parameters gamma_00 and threshold_abs are given in the files 
 
%% “results .... .mat“ 
 
%% for instance the file “results_TUT_KAPPA_10000_OPT_PARAMETERS.mat“ gives PSNR and 
%% the corresponding parameters for TUT test-image and KAPPA =10000;
 
%% These results given by the tables rows are defined by d_factor_set =[ 1     3     5    10] factors for d=z_f*d_factor  
%% free space propagation distance;
 
%% Columns: mumu_set =[  1     2     4     8    16]- compression ratios.
 
%% The algorithms can be used with soft- and hard- thresholdings.
 
%% The cross-correlation reconstruction is given in the file demo_GHOST_CORRELATION_EST.m. 
%% The formulas are as derived in our paper for the consistent unbiased estimation.

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      713216  2020-08-17 14:36  BlockMatch.mexw32
     文件      369152  2020-08-17 14:36  BlockMatch.mexw64
     文件        3572  2020-08-17 14:36  BM3D_filter.p
     文件        1373  2020-08-17 14:36  Contents.m
     文件        8760  2020-08-17 14:36  demo_Compressive_Sensing_Ghost_Imaging.m
     文件        3490  2020-08-17 14:36  demo_GHOST_CORRELATION_EST.m
     文件         448  2020-08-17 14:36  FresnelTransform.m
     文件        3699  2020-08-17 14:36  function_TransferFunction_FDDT.m
     文件     1165312  2020-08-17 14:36  GroupProcessor.mexw32
     文件     1085440  2020-08-17 14:36  GroupProcessor.mexw64
     文件        1287  2020-08-17 14:36  results_CAMERAMAN_KAPPA_1000000_OPT_PARAMETERS.mat
     文件        1267  2020-08-17 14:36  results_CAMERAMAN_KAPPA_10000_OPT_PARAMETERS.mat
     文件        1321  2020-08-17 14:36  results_TUT_KAPPA_1000000_OPT_PARAMETERS.mat
     文件        1453  2020-08-17 14:36  results_TUT_KAPPA_10000_OPT_PARAMETERS.mat
     文件        1342  2020-08-17 14:36  results_TUT_KAPPA_100_OPT_PARAMETERS.mat
     文件        3848  2020-08-17 14:36  y_lena_small.mat
     文件         238  2020-08-17 14:36  y_TUT_small.mat

评论

共有 条评论