Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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');
Citar como
Laszlo Balkay (2026). DICOMDIR Reader (https://es.mathworks.com/matlabcentral/fileexchange/7926-dicomdir-reader), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspiración para: dicomfolder, DICOMDIR Parser, Calculo de Caídas de Tensión en Redes Eléctricas 3f-1f
Información general
- Versión 1.2.0.0 (10,6 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
