Read the image data from an NRRD format file. The file is part of a data set containing the 3-D CT and MRI scans from The Retrospective Image Registration Evaluation (RIRE) Dataset, converted to the NRRD file format. The original data set was provided by Dr. Michael Fitzpatrick. For more information, see the RIRE Project homepage. The size of the entire data set is approximately 35 MB. Download the data set from the MathWorks® website, then unzip the folder.
Name of the NRRD file, specified as a string scalar or a character vector. The file
must be a valid NRRD file (.nrrd) that contains header information
and image data or a detached header file (.nhdr). Specify
filename as the absolute path to the file, a relative path from
the current directory, or a relative path from a directory on the MATLAB® path.
If filename specifies the path to a detached header file
(.nhdr), the corresponding raw image data file
(.raw.gz) must be on the path and its name must match the
datafile attribute of the metadata in the .nhdr
file. You can identify the value of the datafile attribute of the
metadata by inspecting the datafile subfield of the
RawAttributes field of the metadata info
returned by the nrrdinfo
function.