资源简介

第二代离散曲波变换的源程序,包括图像处理中的应用

资源截图

代码片段和文件信息

function C = fdct_wrapping(x is_real finest nbscales nbangles_coarse)

% fdct_wrapping.m - Fast Discrete Curvelet Transform via wedge wrapping - Version 1.0
%
% Inputs
%   x           M-by-N matrix
%
% Optional Inputs
%   is_real     Type of the transform
%                   0: complex-valued curvelets
%                   1: real-valued curvelets
%               [default set to 0]
%   finest      Chooses one of two possibilities for the coefficients at the
%               finest level:
%                   1: curvelets
%                   2: wavelets
%               [default set to 2]
%   nbscales    number of scales including the coarsest wavelet level
%               [default set to ceil(log2(min(MN)) - 3)]
%   nbangles_coarse
%               number of angles at the 2nd coarsest leve

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2010-10-12 18:47  Fast Discrete Curvelet Transform\
     文件       15443  2005-03-23 17:50  Fast Discrete Curvelet Transform\fdct_wrapping.m
     文件        1933  2005-08-31 11:40  Fast Discrete Curvelet Transform\fdct_wrapping_dispcoef.m
     文件        8647  2005-03-23 17:50  Fast Discrete Curvelet Transform\fdct_wrapping_param.m
     文件         785  2005-03-23 17:50  Fast Discrete Curvelet Transform\fdct_wrapping_pos2idx.m
     文件         751  2005-03-23 17:50  Fast Discrete Curvelet Transform\fdct_wrapping_window.m
     文件       16277  2005-03-23 17:50  Fast Discrete Curvelet Transform\ifdct_wrapping.m
     文件       10752  2007-03-30 16:14  Fast Discrete Curvelet Transform\Thumbs.db
     文件        2874  2005-08-18 15:59  Fast Discrete Curvelet Transform\wigb.m
     文件         672  2007-04-13 19:19  Fast Discrete Curvelet Transform\说明.txt

评论

共有 条评论