mrgb2gray

Function to convert an RGB image to a grayscale image.
3,1K Downloads
Aktualisiert 28 Sep 2006

Lizenz anzeigen

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.

Zitieren als

Kristian Sveen (2024). mrgb2gray (https://www.mathworks.com/matlabcentral/fileexchange/5855-mrgb2gray), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R13
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Modify Image Colors finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert: Bipolar Colormap

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0

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