dbmiafig16.m

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

M
42
字号
function dBMIAfig16(varargin)
% dBMIAfig16.m -- Figure 16 of  Beamlets and Multiscale Image Analysis
% Usage: dBMIAfig16 will start a new figure window and plot Figure 16 of  Beamlets and Multiscale Image Analysis.
%        dBMIAfig16(n) for any argument type n will plot the figure on the current figure 
%        window and plot Figure 16 of  Beamlets and Multiscale Image Analysis.
if nargin == 0
	 figure;
else
     gcf;
end

%clc; close all;
fprintf('\n');
disp('Figure 16')

disp('Extracting multiple line segments via Beamlet-Decorated')
disp('Recursive Dyadic Partitioning.')

%fig16draw
 disp('Loading data...');
 load fig16data
 dfig16draw_d
fprintf('\n');

disp('For more information, visit subdirectory [Applications/BDRDP].');
disp('*** END Figure 16 ***');
%% 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 + -
显示快捷键?