Grayscale image, specified as a numeric array of any dimension.
The
gray2ind function expects images of data type
double and single to have values in the range [0, 1].
If I has values outside the range [0, 1], then you can rescale values to
the expected range by using the rescale
function.
Data Types: single | double | int16 | uint8 | uint16
Binary image, specified as a logical array of any dimension.
Data Types: logical
Number of colormap colors, specified as a positive integer between 1 and 65536.
If the input image is grayscale, then the default value of
c is 64.
If the input image is binary, then the default value of
c is 2.
Indexed image, returned as a numeric array of the same dimensionality as
the input grayscale or binary image. If the colormap length is less than or
equal to 256, then the class of the output image is uint8
; otherwise it is uint16.
Data Types: uint8 | uint16
Colormap associated with indexed image X, returned as
a c-by-3 numeric matrix with values in the range [0, 1]. Each row is a
three-element RGB triplet that specifies the red, green, and blue components of a single color
of the colormap. The colormap is equivalent to gray(c).
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.