You are here : matlabImage Processinginterfileinfo

interfileinfo() - Image Processing

info = interfileinfo(filename) returns
a structure whose fields contain information about an image in a Interfile
file. filename is a string that specifies the name
of the file. The file must be in the current directory or in a directory
on the MATLABĀ® path.The Interfile file format was developed for the exchange of
nuclear medicine data. In Interfile 3.3, metadata is stored in a header
file, separate from the image data. The two files have the same name
with different file extensions. The header file has the file extension .hdr and
the image file has the file extension .img.


Syntax

info = interfileinfo(filename)


Example

info = interfileinfo('MyFile.hdr');


Output / Return Value


Limitations


Alternatives / See Also


Reference