dbmiafig8.m
来自「beamlet变化的工具箱」· M 代码 · 共 54 行
M
54 行
function dBMIAfig8(varargin)
% dBMIAfig8.m -- Figure 8 of Beamlets and Multiscale Image Analysis
% Usage: dBMIAfig8 will start a new figure window and plot Figure 8 of Beamlets and Multiscale Image Analysis.
% dBMIAfig8(n) for any argument type n will plot the figure on the current figure
% window and plot Figure 8 of Beamlets and Multiscale Image Analysis.
if nargin == 0
figure;
else
gcf;
end
%clc; close all;
fprintf('\n');
disp('Figure 8')
disp('Illustrating the nearly identical sensitivity of')
disp('the maximum beam statistic and the maximum beamlet statistic.')
disp('Eleven different Signal-to-noise Ratios (SNR) are tested.')
disp('The lines with \Diamond, \oplus, \ast, \Box and \times')
disp('indicate: ')
disp(' o the pixel SNR of the underlying line object; ')
disp(' o the median of maximum raw pixel intensities; ')
disp(' o the threshold of detectability for .05 false-alarm rate; ')
disp(' o the median of the maximum standardized beamlet coefficients; and ')
disp(' o the median GLRT score. ')
disp('All the medians refer to results of 100 Monte Carlo simulations. ')
disp('The size of the test image is $n=128$. ')
disp('The underlying line segment is given in the paper.')
fprintf('\n');
disp('Warning: it takes a while to run the simulations.')
dfig08draw;
fprintf('\n');
disp('For more information, visit subdirectory [Applications/MaxBeamletCoeff].');
disp('*** END Figure 8 ***');
%% 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 + -
显示快捷键?