| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] | SDC Morphology Toolbox V1.1 15Jan02 |
y = mmcloserec( 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). (same type of f).mmcloserec creates the image y by a sup-reconstruction ( with the connectivity defined by the structuring element bc) of the image f from its dilation by bdil.a = mmreadgray('danaus.tif'); mmshow(a); b = mmcloserec(a,mmsebox(4)) ; mmshow(b) ;
|

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