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

    %% Create Disk-Shaped Structuring Element
% 
%%
% Create a disk-shaped structuring element with a radius of 15.
SE3 = strel('disk', 15)
%%
% Display the disk-shaped structuring element.
figure
imshow(SE3.Neighborhood)