rprectbounds.m

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

M
32
字号
%  RPrectbounds -- x,y bounds of dyadic rectangle%   Usage%     [lo1,hi1,lo2,hi2] = RPrectbounds(d1,d2,b1,b2,N)%   Inputs%     d1,d2   depth in splitting%     b1,b2   box coordinates at that depth%     N       extent of image (two dimensions) N = [N1,N2]%   Outputs%     lo1     lower coordinate1 (x-index) of rect%     lo2     lower coordinate2 (y-index) of rect%     hi1     upper coordinate1 (x-index) of rect%     hi2     upper coordinate2 (y-index) of rect% %   Description%     This routine is called by other, higher-level Wavelab functions%     and is not intended to be useful for most users.% %%% 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 + -
显示快捷键?