analyze75read
Read image data from image file of Analyze 7.5 data set
Description
reads
the image data from the image file of an Analyze 7.5 format data set
specified by the character vector X
= analyze75read(filename
)filename
. The
function returns the image data in X
.
Analyze 7.5 is a 3-D biomedical image visualization and analysis
product developed by the Biomedical Imaging Resource of the Mayo Clinic.
An Analyze 7.5 data set is made of two files, a header file and an
image file. The 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
.
Note
By default, analyze75read
returns image data
in radiological orientation (LAS). For more information, see Read Image Data from Analyze 7.5 File.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a