rgb2gray
PURPOSE
% Converts an RGB image to a gray scale image, or a color map
SYNOPSIS
function gray = rgb2gray (rgb)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- gray % Return a gray colormap with @var{n} entries corresponding to values from
- rgb2ntsc % Transform a colormap or image from RGB to NTSC.
This function is called by:
- graythresh % Compute global image threshold using Otsu's method.
- im2bw % Converts image data types to a black-white (binary) image.
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003