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

    %% Extract Decomposition of Structuring Element
% 
%%
% Create a ball-shaped structuring element.
se = offsetstrel('ball',5, 6.5)
%%
% Obtain the decomposition of the structuring element.
seq = decompose(se)