www.gusucode.com > images 案例代码 matlab源码程序 > images/CreateBallshapedStructuringElementExample.m

    %% Create Ball-shaped Structuring Element
% 
%%
% Create a ball-shaped structuring element.
SE = offsetstrel('ball',5, 6)
%%
% View the structuring element.
SE.Offset