Home > freetb4matlab > image > imread.m

imread

PURPOSE ^

% Read images from various file formats.

SYNOPSIS ^

function varargout = imread (filename, varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{img}, @var{map}, @var{alpha}] =} imread (@var{filename})
% Read images from various file formats.
%
% The size and numeric class of the output depends on the
% format of the image.  A color image is returned as an
% MxNx3 matrix.  Grey-level and black-and-white images are
% of size MxN.
% The color depth of the image determines the numeric
% class of the output: 'uint8' or 'uint16' for grey
% and color, and 'logical' for black and white.
%
% @seealso{imwrite, imfinfo}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003