xmbmiafig18.m
来自「beamlet变化的工具箱」· M 代码 · 共 41 行
M
41 行
% 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;
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 + -
显示快捷键?