📄 imorph.m
字号:
%IMORPH Morphological neighbourhood processing%% mi = IMORPH(image, se, op)% mi = IMORPH(image, se, op, edge)%% Performs grey scale or binary morphology of the input image using the% binary structuring element se. The operation, op, can be one of % 'min' minimum value over the structuring element% 'max' maximum value over the structuring element% 'diff' maximum - minimum value over the structuring element%% Edge handling flags control what happens when the processing window% extends beyond the edge of the image. EDGE is either% 'border' the border value is replicated% 'none' pixels beyond the border are not included in the window% 'trim' output is not computed for pixels whose window crosses% the border, hence output image had reduced dimensions.% 'wrap' the image is assumed to wrap around%% SEE ALSO: icircle%% Copyright (c) Peter Corke, 1999 Machine Vision Toolbox for Matlab
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -