Grayscale to RGB Converter
Versione 1.0.0.0 (257 KB) da
Valeriy Korostyshevskiy
Convert grayscale images to RGB using a specified colormap.
The function converts grayscale images to RGB using a specified colormap. The default colormap is ``hot''. The graysale image is supplied either as a name or a matrix.
Example:
res = grs2rgb(im,cmap);
res is a size(im)-by-3 RGB image.
Cita come
Valeriy Korostyshevskiy (2025). Grayscale to RGB Converter (https://www.mathworks.com/matlabcentral/fileexchange/13312-grayscale-to-rgb-converter), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2006b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Colormaps in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 | Added html file |