Image Processing Toolbox User's Guide |
Get height of structuring element
Syntax
Description
H = getheight(SE)
returns an array the same size as getnhood(SE)
containing the height associated with each of the structuring element neighbors. H
is all zeros for a flat structuring element.
Class Support
SE
is a STREL
object. H
is of class double
.
Example
See Also
fwind2 | getimage |
© 1994-2005 The MathWorks, Inc.