mrgb2gray

Function to convert an RGB image to a grayscale image.
3,1K descargas
Actualizado 28 sep 2006

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R13
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Modify Image Colors en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: Bipolar Colormap

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

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