image - How to read header of Multiple dicom files in matlab? -


Please read any of the several diacomic (MRI) images and any method to store them in a composition

I need to do this in my project

I have MATLAB I would recommend downloading for The latest version is, and we often use it for our FMRI data processing.

After downloading, unzipping and adding the package to your MATLAB path, you can call the function such as spm_dicom_headers to read the header information from only your DICOM files. Are:

  hdr = spm_dicom_headers (fileArray);  

Where fileArray is a file name / path per line, and hdr is the header information (one file per cell ).


Comments