| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] | SDC Morphology Toolbox V1.1 15Jan02 |
y = mmareaclose( f, a, Bc ) f: Gray-scale (uint8 or uint16) or binary image (logical uint8). a: non negative integer. Bc: Structuring element. ( connectivity). Default: Elementary cross (mmsecross).y: Gray-scale (uint8 or uint16) or binary image (logical uint8). mmareaclose removes any pore (i.e., background connected component) with area less than a of a binary image f. The connectivity is given by the structuring element Bc. This operator is generalized to gray-scale images by applying the binary operator successively on slices of f taken from higher threshold levels to lower threshold levels.a=mmreadgray('form-1.tif'); b=mmareaclose(a,400); mmshow(a); mmshow(b);
|
a=mmreadgray('n2538.tif'); b=mmareaclose(a,400); mmshow(a); mmshow(b);
|

| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] |
|
| Copyright (c) 1998-2002 by SDC Information Systems | ||