| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] | SDC Morphology Toolbox V1.1 15Jan02 |
y = mmopenrecth( f, bero, bc ) f: Gray-scale (uint8 or uint16) or binary image (logical uint8). bero: Structuring element. (erosion) 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).mmopenrecth creates the image y by subtracting the open by reconstruction of f, defined by the structuring elements bero e bc, of f itself.a = mmreadgray('keyb.tif'); mmshow(a); b = mmopenrecth(a,mmsebox(4)); mmshow(b);
|

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