Name Size Bytes Class Attributes
X 2000x2000 4000000 uint8
cmap 256x3 6144 double
The indexed image X is a 2000-by-2000 matrix of type uint8, and the colormap cmap is a 256-by-3 matrix of type double. The dimensions of cmap indicate that the indexed image contains up to 256 colors.
Convert the indexed image to an RGB image. The result is a 2000-by-2000-by-3 array of type uint8.
RGB = ind2rgb8(X,cmap);
Check that the values of the RGB image are in the range [0, 255].
Indexed image, specified as an m-by-n matrix
of integers.
If you specify X as an array of an integer data type, then
the value 0 corresponds to the first color in the colormap
cmap. For a colormap containing c colors,
values of the image X are clipped to the range [0,
c–1].
If you specify X as an array of data type
single or double, then the value
1 corresponds to the first color in the colormap. For a
colormap containing c colors, values of the image
X are clipped to the range [1, c].
Data Types: double | uint8 | uint16 | uint32
Colormap associated with the indexed image X, specified as a
c-by-3 matrix with values in the range [0, 1]. Each row of
cmap is a three-element RGB triplet that specifies the red,
green, and blue components of a single color of the colormap.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.