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

mmopenrecth - Open-by-Reconstruction Top-Hat.


Synopsis
y = mmopenrecth( f, bero, bc )
Input
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).
Output
y: Gray-scale (uint8 or uint16) or binary image (logical uint8). (same type of f).
Description
mmopenrecth creates the image y by subtracting the open by reconstruction of f, defined by the structuring elements bero e bc, of f itself.
Examples
a = mmreadgray('keyb.tif');
mmshow(a);
b = mmopenrecth(a,mmsebox(4));
mmshow(b); 
image
(a)
image
(b)
Equation

equation

Algorithm
function y=mmopenrecth_equ( f, bero, bc)
  y = mmsubm(f,mmopenrec(f, bero, bc)); 
See Also
mmcloserecth - Close-by-Reconstruction Top-Hat.
mmfreedom - Control automatic data type conversion.
mminfrec - Inf-reconstruction.
mmopen - Morphological opening.
mmopenth - Opening Top Hat.

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