Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
3D CT and MRI images in dicom format are saved by writing a separate file for every slice rather than storing the entire image in a single large file. This function reads all dicom files in a directory and returns one or more 3D matrices containing the image data as well as cell arrays with the corresponding dicom header information.
dicomfolder: imports dicom images.
[image, headers] = dicomfolder(folderName)
Input:
folderName: Name of folder containing dicom images. Image files must have extenstion .dcm, .ima, or no extension. If no argument is passed to the function the user will be prompted to choose a folder.
Output:
image: 3D matrix containing the image data. If more than one image is found, a cell array containing an entry for each image is returned. Slices are sorted according to the Z coordinate of the ImagePositionPatient tag.
headers: Cell array with the metadata for each image. If multiple images are found, headers will be a cell array of cell arrays.
Citation pour cette source
Dylan O'Connell (2026). dicomfolder (https://fr.mathworks.com/matlabcentral/fileexchange/52390-dicomfolder), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : DICOMDIR Reader, Dicom directory (of slices) to 3D volume image, DICOMDIR Parser, Dicom Toolbox
A inspiré : import_mim_dvh
Informations générales
- Version 1.6.0.0 (3,96 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.6.0.0 | Fixed bug that caused .m files and other short extensions to be identified as dicoms. |
||
| 1.5.0.0 | Fixed title. |
||
| 1.4.0.0 | RTStruct files will now be ignored. Fixed bug resulting in an error if filenames were shorter than 4 characters. |
||
| 1.3.0.0 | Corrected description. |
||
| 1.2.0.0 | Updated title. |
||
| 1.1.0.0 | Added my contact information to the comments. |
||
| 1.0.0.0 |
