You are here : matlabImage Processinginterfileread

interfileread() - Image Processing

A = interfileread(filename) reads
the images in the first energy window of filename into A,
where A is an M-by-N array for a single image and
an M-by-N-by-P array for multiple images. The file must be in the
current directory or in a directory on the MATLABĀ® path.A = interfileread(filename, window) reads
the images in the energy window specified by window of filename into A.The images in the energy window must be of the same size.


Syntax

A = interfileread(filename)A = interfileread(filename, window)


Example

img = interfileread('MyFile.hdr');


Output / Return Value


Limitations


Alternatives / See Also


Reference