资源简介

基于多尺度几何分析的剪切波变换,可用于图像融合等方面

资源截图

代码片段和文件信息

function [y tmp] = atrousdec(xfnameNlevels);

%  ATROUSDEC - computes the 2-D atrous decomposition using symmetric extension.
%  y = atrousdec(xfnameL)
%  INPUT: x image
%         fname    - can be any filter available in the function atrousfilters
%         N levels - number of decomposition levels
%  OUTPUT: y vector cell. the first entry is the lowpass images the next entries 
%            are the highpass images from coarser to finer scales
%  EXAMPLE: y = atrousdecd(x‘9-7‘4)
%
%  History
%   Created on May 2004 by Arthur Cunha
%   Modified on Aug 2004 by A. C.
%   Modified on Oct 2004 by A. C.
%   SEE ALSO: ATROUSREC ATROUSFILTERS


[h0h1g0g1] = atrousfilters(fname); % Obtain pyramid filters (the filters must be zero-phase!)

%h0 = conv2(h0g0);
%h1 = 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-09-24 15:45  Shearlet_transform\
     文件        7168  2010-09-14 09:52  Shearlet_transform\atrousc.mexw32
     文件        1325  2010-11-15 00:53  Shearlet_transform\atrousdec.m
     文件       19406  2004-09-09 14:01  Shearlet_transform\atrousfilters.m
     文件        1011  2010-10-16 10:25  Shearlet_transform\atrousrec.m
     文件         863  2010-12-16 12:36  Shearlet_transform\com_norm.m
     文件        2018  2010-12-18 11:38  Shearlet_transform\deno_Barbara_shearlets.m
     文件        2017  2010-12-17 16:05  Shearlet_transform\deno_Lena_shearlets.m
     文件        2414  2006-12-20 11:35  Shearlet_transform\gen_x_y_cordinates.m
     文件        5980  2010-12-18 20:41  Shearlet_transform\instruction.m
     文件         962  2010-12-17 14:51  Shearlet_transform\inverse_shear.m
     文件       32060  2010-11-29 10:06  Shearlet_transform\lena.jpg
     文件         535  2010-11-29 00:49  Shearlet_transform\meyer_wind.m
     文件         951  2006-12-20 11:35  Shearlet_transform\rec_from_pol.m
     文件        2427  2010-12-16 14:32  Shearlet_transform\shearing_filters_Myer.m
     文件         768  2010-12-17 13:48  Shearlet_transform\shear_denoise.m
     文件        1195  2010-12-14 22:31  Shearlet_transform\shear_trans.m
     文件         881  2014-09-24 16:11  Shearlet_transform\symext.m
     文件        1847  2010-12-16 14:20  Shearlet_transform\thresh.m
     文件        1898  2010-12-18 02:02  Shearlet_transform\thresh1.m
     文件         161  2008-03-29 16:51  Shearlet_transform\upsample2df.m
     文件         771  2010-12-02 17:43  Shearlet_transform\windowing.m
     文件        7680  2010-09-14 08:53  Shearlet_transform\zconv2.mexw32
     文件        7680  2010-09-14 09:52  Shearlet_transform\zconv2S.mexw32

评论

共有 条评论

相关资源