You are here : matlabImage Processingimread

imread() - Image Processing

Read Image From Graphics File.


Syntax

A = imread(filename)example
A = imread(filename,fmt)
A = imread(___,idx)
A = imread(___,Name,Value)example
[A,map] = imread(___)example
[A,map,transparency] = imread(___)


Example

A = imread('ngc6543a.jpg');	//Reads an Image


Output / Return Value


Limitations


Alternatives / See Also


Reference

http://in.mathworks.com/help/matlab/ref/imread.html