[Top] [Up] [Prev] [Next] [Up] [Basic Concepts] [Demonstrations] [Functions] SDC Morphology Toolbox V1.1 15Jan02

mmopenth - Opening Top Hat.


Synopsis
y = mmopenth( f, b )
Input
f: Gray-scale (uint8 or uint16) or binary image (logical uint8).
b: Structuring element. structuring element Default: Elementary cross (mmsecross).
Output
y: Gray-scale (uint8 or uint16) or binary image (logical uint8). (same type of f).
Description
mmopenth creates the image y by subtracting the morphological opening of f by the structuring element b of f itself.
Examples
a = mmreadgray('keyb.tif');
mmshow(a);
b = mmopenth(a,mmsebox(3));
mmshow(b); 
image
(a)
image
(b)
Equation

equation

Algorithm
function y=mmopenth_equ( f, b)
  y = mmsubm(f,mmopen(f,b); 
See Also
mmcloseth - Closing Top Hat.
mmfreedom - Control automatic data type conversion.
mmgradm - Morphological gradient.
mmopen - Morphological opening.
mmopenrecth - Open-by-Reconstruction Top-Hat.

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