⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 plotpolarrppartition.m

📁 beamlet变化的工具箱
💻 M
字号:
%  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -