Image Processing Toolbox
  Go to function:
    Search    Help Desk 
isbw    See Also

Return true for a binary image

Syntax

Description

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

isbw uses these criteria to decide if A is a binary image:

Note:
A four-dimensional array that contains multiple binary images returns 0, not 1.

Class Support

A can be of class uint8, uint16, or double.

See Also

isind, isgray, isrgb



[ Previous | Help Desk | Next ]