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

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