comparison scripts/image/imread.m @ 8148:213dd524f96b

Improve documentation for image I/O.
author sh@sh-laptop
date Thu, 25 Sep 2008 13:43:42 -0400
parents de26beacb20f
children cadc73247d65
comparison
equal deleted inserted replaced
8147:9a5ef4f632a3 8148:213dd524f96b
29 ## MxNx3 matrix. Grey-level and black-and-white images are 29 ## MxNx3 matrix. Grey-level and black-and-white images are
30 ## of size MxN. 30 ## of size MxN.
31 ## The colour depth of the image determines the numeric 31 ## The colour depth of the image determines the numeric
32 ## class of the output: "uint8" or "uint16" for grey 32 ## class of the output: "uint8" or "uint16" for grey
33 ## and colour, and "logical" for black and white. 33 ## and colour, and "logical" for black and white.
34 ##
35 ## @seealso{imwrite, imfinfo}
34 ## @end deftypefn 36 ## @end deftypefn
35 37
36 function varargout = imread (filename, varargin) 38 function varargout = imread (filename, varargin)
37 39
38 if (nargin < 1) 40 if (nargin < 1)