wt09fig08.m

来自「斯坦福大学的小波的工具箱 比matlab自带的工具箱更完善」· M 代码 · 共 34 行

M
34
字号
% CAPTION
fprintf('\n');
disp('Figure 9.8')
disp('The grid shows the approximate support of square overlapping ')
disp('windows in the best local cosine basis, computed with an l^1 cost.')
disp('WARNING: this computation takes a long time.')
fprintf('\n');

close all;
global WLVERBOSE;
WLVERBOSE='No';
img = ReadImage('Barbara');

img = fliplr(img');
MaxDepth = 5;
% one must first set the entropy to 'l^p',1 in CP2Tour
[bb,stats,coef] = CP2Tour(img,MaxDepth,'');
axis('off');
title('');
WLVERBOSE='Yes';

% Written by Maureen Clerc and Jerome Kalifa, 1997
% clerc@cmapx.polytechnique.fr, kalifa@cmapx.polytechnique.fr
    
    
%   
% Part of WaveLab Version 802
% Built Sunday, October 3, 1999 8:52:27 AM
% This is Copyrighted Material
% For Copying permissions see COPYING.m
% Comments? e-mail wavelab@stat.stanford.edu
%   
    

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?