| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] | SDC Morphology Toolbox V1.1 15Jan02 |
y = mmcloseth( f, b ) f: Gray-scale (uint8 or uint16) or binary image (logical uint8). b: Structuring element. Default: Elementary cross (mmsecross).y: Gray-scale (uint8 or uint16) or binary image (logical uint8). (Same type of f).mmcloseth creates the image y by subtracting the image f of its morphological closing by the structuring element b.a = mmreadgray('danaus.tif'); mmshow(a); b = mmcloseth(a,mmsebox(5)); mmshow(b);
|

function y=mmcloseth_equ( f, b) y = mmsubm(mmclose(f, b),f);
| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] |
|
| Copyright (c) 1998-2002 by SDC Information Systems | ||