bmiabrowser_window.m
来自「beamlet变化的工具箱」· M 代码 · 共 53 行
M
53 行
function BMIABrowser_Window
% BMIABrowser -- Donoho&Huo's "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 some figures in the paper.
%
choice=menu('"Beamlets and Multiscale Image Analysis" Demo: Which Figure?', ...
'Fig 8: Detection', ...
'Fig 9: A thresholding example', ...
'Fig 11: Scale-thickness', ...
'Fig 16: Beamlet-Decorated Recursive Dyadic Partitioning' , ...
'Fig 18: Extracting Multiple Blobs' ,...
'Fig 24: Min Cost to Time Ratio Path',...
'Fig 26: Min Cost to Time Ratio Cycle',...
'Exit "Beamlets and Multiscale Image Analysis" Demo');
switch(choice);
case(1), XMBMIAfig08;BMIABrowser_Window;
case(2), XMBMIAfig09;BMIABrowser_Window;
case(3), XMBMIAfig11;BMIABrowser_Window;
case(4), XMBMIAfig16;BMIABrowser_Window;
case(5), XMBMIAfig18;BMIABrowser_Window;
case(6), XMBMIAfig24;BMIABrowser_Window;
case(7), XMBMIAfig26;BMIABrowser_Window;
case(8), close all;
end
% 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 + -
显示快捷键?