plotwedgeletpartition2.m
来自「beamlet变化的工具箱」· M 代码 · 共 47 行
M
47 行
% PlotWedgeletPartition2 -- Show Best Wedgelet Partition% Usage% PlotWedgeletPartition2(btree,stree,color,ax,D)% Inputs% btree wedgelet quadtree specifying partition of image% split labels% stree wedgelet quadtree specifying wedgelet partition of time% or frequency plane -- split details % color string, e.g. 'y'% ax axis parameter of plot this should be overlaid on% D maximum depth of splitting% ifsquarebnd if 1, plot subsquare boundary; if 0, not% bndcolor color for the subsquare boundary, default is 'color'% % Side Effects% Unless a ``hold on'' command is performed, this function will% overwrite the current graphics window.% % Description% Plot a 2d partition corresponding to the decomposition% of the spatial variable.% % Examples% The code fragment:% % GrayImage(img); hold on; % [btree,vtree,stree] = BestWedgeletPartition(img,3);% PlotWedgeletPartition2(btree,stree,'y',[1 256 1 256],5);% % will overlay on a gray-scale display of img the partition% corresponding to the best decomposition of the spatial variable.% %%% 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 + -
显示快捷键?