📄 findboxes.m
字号:
% FindBoxes -- find associated boxes at a given scale% Usage% [nbox,b1string,b2string] = FindBoxes(s,i1,i2,n);% Inputs% s scale% i1,i2 index of vertex, starting from 0 to n% n n by n image% Outputs% nbox number of boxes% b1string b1 indices, from 0 to n/2^s% b2string b2 indices, from 0 to n/2^s% Description% Find boxes at scale s whose boundaries the vertex (i1,i2) reside on.% See Also% FindConnVert%%% 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 + -