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

Return true for an indexed image

Syntax

Description

flag = isind(A) returns 1 if A is an indexed image and 0 otherwise.

isind uses these criteria to determine if A is an indexed image:

Class Support

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

See Also

isbw, isgray, isrgb


Previous page  isicc isrgb Next page

© 1994-2005 The MathWorks, Inc.