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

    %% Reflect Offset Structuring Element
% 
%%
% Create offset strel structuring element.
se = offsetstrel('ball', 5, 6.5)
%%
% Reflect the structuring element.
se2 = se.reflect()