Grayscale to RGB Converter

Convert grayscale images to RGB using a specified colormap.

Al momento, stai seguendo questo contributo

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 (2026). Grayscale to RGB Converter (https://it.mathworks.com/matlabcentral/fileexchange/13312-grayscale-to-rgb-converter), MATLAB Central File Exchange. Recuperato .

Riconoscimenti

Ispirato da: Gray image to Color image conversion

Ispirato: rgb2hex and hex2rgb

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.0.0.0

Added html file