Image Processing Toolbox User's Guide Previous page   Next Page
isbw

Return true for a binary image

Syntax

Description

flag = isbw(A) returns 1 if A is a binary image and 0 otherwise.

The input image A is considered to be a binary image if it is a nonsparse logical array.

Class Support

The input image A can be any MATLAB array.

See Also

isind, isgray, isrgb


Previous page  iradon isflat Next page

© 1994-2005 The MathWorks, Inc.