mrgb2gray

Function to convert an RGB image to a grayscale image.

Al momento, stai seguendo questo contributo

Function to convert an RGB image to a grayscale image. Default behaviour is the same as MATLAB's (IP toolbox) RGB2GRAY, but MRGB2GRAY also has several other convertion schemes.

Cita come

Kristian Sveen (2026). mrgb2gray (https://it.mathworks.com/matlabcentral/fileexchange/5855-mrgb2gray), MATLAB Central File Exchange. Recuperato .

Riconoscimenti

Ispirato: Bipolar Colormap

Categorie

Scopri di più su Modify Image Colors in Help Center e MATLAB Answers

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

Bug fix: Changed occurence of 'min' to 'mean'.