mrgb2gray

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.

引用格式

Kristian Sveen (2026). mrgb2gray (https://ww2.mathworks.cn/matlabcentral/fileexchange/5855-mrgb2gray), MATLAB Central File Exchange. 检索时间: .

致谢

启发作品: Bipolar Colormap

类别

Help CenterMATLAB Answers 中查找有关 Modify Image Colors 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0

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