isgray
PURPOSE
% Returns true for an gray-scale intensity image. An variable is a gray scale image
SYNOPSIS
function bool = isgray (I)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
- bwarea % Estimates the area of the 'on' pixels of @var{bw}.
- edge % Detect edges in the given image using various methods. The first input @var{im}
- graythresh % Compute global image threshold using Otsu's method.
- im2bw % Converts image data types to a black-white (binary) image.
- im2double % Converts the input image to an image of class double.
- im2uint16 % Converts the input image to an image of class uint16.
- im2uint8 % Converts the input image to an image of class uint8.
- imrotate % Rotation of a 2D matrix about its center.
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003