dbmiafig18.m
来自「beamlet变化的工具箱」· M 代码 · 共 61 行
M
61 行
function dBMIAfig18(varargin)
% dBMIAfig18.m -- Figure 18 of Beamlets and Multiscale Image Analysis
% Usage: dBMIAfig18 will start a new figure window and plot Figure 18 of Beamlets and Multiscale Image Analysis.
% dBMIAfig18(n) for any argument type n will plot the figure on the current figure
% window and plot Figure 18 of Beamlets and Multiscale Image Analysis.
if nargin == 0
figure;
else
gcf;
end
% BMIAfig18:
%clc; close all;
fprintf('\n');
disp('Figure 18')
disp('Extracting multiple blobs. ')
disp('First row, from left to right: ')
disp(' o the noiseless object; ')
disp(' o object in white noise; ')
disp(' o wedgelet approximation; ')
disp(' o residual deviation between estimator and original object. ')
disp('The residual deviation contains no obvious pattern.')
disp('The second and third rows illustrate the associated RDPs for the')
disp('noiseless object and the noisy image respectively. ')
disp('Note that in the clean image, the RDP decorations occur at boundaries ')
disp('of blobs. The two RDPs are in crude qualitative agreement, although the')
disp('one for noisy images is noisier.')
fprintf('\n');
%fig18working;
if 0,
disp('You need to download the file "fig18data.mat" on the web.')
disp('To download, visit "http://www.isye.gatech.edu/~beamlab/data/".')
disp('Install the data file at [Your BeamLab Directory]/Applications/BDRDP/.')
disp('Now waiting...');
pause;
end
disp('Loading the data...');
load fig18data;
dfig18_dr;
fprintf('\n');
disp('For more information, visit subdirectory [Applications/BDRDP].');
disp('*** END Figure 18 ***');
%% 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 + -
显示快捷键?