mrgb2gray

Function to convert an RGB image to a grayscale image.
3,1K téléchargements
Mise à jour 28 sept. 2006

Afficher la licence

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.

Citation pour cette source

Kristian Sveen (2024). mrgb2gray (https://www.mathworks.com/matlabcentral/fileexchange/5855-mrgb2gray), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R13
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Modify Image Colors dans Help Center et MATLAB Answers
Remerciements

A inspiré : Bipolar Colormap

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0

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