bmiabrowser.m

来自「beamlet变化的工具箱」· M 代码 · 共 47 行

M
47
字号
function BMIABrowser
% BMIABrowser -- paper "Beamlets and Multiscale Image Analysis" Browser
%  Usage
%    BMIABrowser
%  Inputss
%    none
%  Outputs
%    none
%
%  Description
%    The "Beamlets and Multiscale Image Analysis" Browser implements a
%    point-and-click interface to reproduce the some figures in the paper.
%
disp('***********************************************')
disp('*           BMIA Tour Browser                 *')
disp('***********************************************')
st = '----------------------------------------------------';
disp(' ' )
disp('This WaveLab program reproduces the figures of the paper')
disp('         Beamlets and Multiscale Image Analysis         ')
disp('               David Donoho, Xiaoming Huo               ') 
disp('                          2001                          ') 
disp(' ')
disp('Each figure is explained by a text printed in this window.')
disp(st)

disp('This is the original browser.')
BMIABrowser_Window;

% Written by Xiaoming Huo, 2001
% xiaoming@isye.gatech.edu

%% Part of BeamLab Version:200% Built:Friday,23-Aug-2002 00:00:00% This is Copyrighted Material% For Copying permissions see COPYING.m% Comments? e-mail beamlab@stat.stanford.edu%%% Part of BeamLab Version:200% Built:Saturday,14-Sep-2002 00:00:00% This is Copyrighted Material% For Copying permissions see COPYING.m% Comments? e-mail beamlab@stat.stanford.edu%

⌨️ 快捷键说明

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