| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] | SDC Morphology Toolbox V1.1 15Jan02 |
y = mmcloserecth( f, bdil, bc ) f: Gray-scale (uint8 or uint16) or binary image (logical uint8). bdil: Structuring element. (dilation) Default: Elementary cross (mmsecross).bc: Structuring element. ( connectivity) Default: Elementary cross (mmsecross).y: Gray-scale (uint8 or uint16) or binary image (logical uint8). mmcloserecth creates the image y by subtracting the image f of its closing by reconstruction, defined by the structuring elements bc and bdil.a = mmreadgray('danaus.tif'); mmshow(a); b = mmcloserecth(a,mmsebox(4)); mmshow(b);
|

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