Go to the source code of this file.
| nema2001_image_quality | ( | varargin | ) |
Function for reading in ROI Statistics Reports from Vinci image tool
ROI-report file and calculating the NEMA 2001 image quality analysis.
ROI Statistics Report syntax:
ROI Statistics Report includes ROI evaluations for one image volume but
many ROI sets drawn to many planes. Empty line ends a ROI set, and 'View'
begins a new one. See .m-file for example.
Syntax:
[nr_planes, roi_names_and_data] = read_Vinci_ROI_stats('filename'),
where:
nr_planes = number of planes included in the ROI Statistics Report
tmp = roi_names_and_data{1,k} = ROI names and data related to plane k
tmp{1} = ROI names
tmp{2} = ROI values
| varargin |
1.5.2