DICOMDIR Reader

版本 1.2.0.0 (10.6 KB) 作者: Laszlo Balkay
Select dicom series under a directory or CD using the DICOMDIR file.
19.0K 次下载
更新时间 2011/10/5

查看许可证

dcmSeries = loaddcmdir(directoryname)

LOADDICOMDIR reads metadata from DICOMDIR file and shows a list of the different DICOM SERIES in a Pop-up menus. After selecting a dicom
series the program creates the dcmSeries structure containig the related file names and path.

The zip file also contains the loaddcm.m program which enable to generate the relating 3D image array using the names of dicom slices.

Hints:

Reading DICOMDIR folder using the directory browser GUI:
dcmSeries = loaddcmdir;

Generating 3D array by selecting a dicom series:
[imaVOL, scaninfo, dcminfo] = loaddcm(loaddcmdir);

To preview the 3D array you can use the orthogonalslicer tool: (http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=5934&objectType=file)

orthogonalslicer(imaVOL,scaninfo.pixsize,'gray');

To check the dicom header:
openvar('dcminfo');

引用格式

Laszlo Balkay (2024). DICOMDIR Reader (https://www.mathworks.com/matlabcentral/fileexchange/7926-dicomdir-reader), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Data Import and Analysis 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Fixed the bugs that were reported on comments list previously.

1.0.0.0