mrgb2gray
Version 1.0.0.0 (2,2 KB) von
Kristian Sveen
Function to convert an RGB image to a grayscale image.
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 LinuxKategorien
- MATLAB > Graphics > Images > Modify Image Colors >
Mehr zu Modify Image Colors finden Sie in Help Center und MATLAB Answers
Tags
Quellenangaben
Inspiriert: Bipolar Colormap
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 | Bug fix: Changed occurence of 'min' to 'mean'. |