读取图像
imread
Read image from graphics file
Syntax
A = imread (filename, fmt)
[X, map] = imread (...)
Description
A = imread (filename, fmt) reads a grayscale or color image from the file
specified by the string filename. If the file is not in the current folder, or
in a folder on the MATLAB path, specify the full pathname.
The text string fmt specifies the format of the file by its standard file
extension. For example, specify 'gif' for Graphics Interchange Format
files.
1
评论0
最新资源