plotpolarrppartition.m

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

M
46
字号
%  PlotPolarRPPartition -- Show partition of plane by anisotropic POLAR rectangles%   Usage%     PlotPolarRPPartition(basis,color,ax,D)%   Inputs%     basis    RPtree specifying partition plane%     color    string, e.g. 'y'%     ax       axis parameter of plot this should be overlaid on%     D        a 2-vector defining maximum depth of splitting (in coordinate1 direction%              and in coordinate2 direction)  D = [D1,D2]% %   Side Effects%     Unless a ``hold on'' command is performed, this function will%     overwrite the current graphics window.% %   Description%     Plot a recursive dyadic partition into anisotropic%     windows corresponding to the decomposition%     of the spatial variable.% %   Examples%     The code fragment:% %        GrayImage(img); hold on; %        PktTable  = Calc2dRPPktTable(img,[5,4],'Entropy',[]);%        RPTree    = CalcRPT2RPT(PktTable);%        basis = BestRPBasis(RPTree,[5,4]);%        PlotRPPartition(basis,'y',[1 256 1 256],[5,4]);% %     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 + -
显示快捷键?