Image Processing Toolbox User's Guide |
Return true for flat structuring element
Syntax
Description
TF = isflat(SE)
returns true (1
) if the structuring element SE
is flat; otherwise it returns false (0
). If SE
is an array of STREL
objects, then TF
is the same size as SE
.
Class Support
SE
is a STREL
object. TF
is a double-precision value.
See Also
isbw | isgray |
© 1994-2005 The MathWorks, Inc.