ReadImage:

Path: Imaging/Utilities

% Read an image.
   The output is an 2D array of doubles. Converts to grayscale

   Since version 8.
--------------------------------------------------------------------------
   Form:
       ReadImage;
   g = ReadImage( f )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   f              (1,:)       File name

   -------
   Outputs
   -------
   g              (:,:)       Grayscal image

--------------------------------------------------------------------------

Children:

Imaging: ImageProcessing/Imager

Back to the Imaging Module page