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

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:

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

Class Support

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

See Also

isbw, isgray, isrgb



[ Previous | Help Desk | Next ]