How to write N number of DICOM image[2D] to single DICOM file [3D] ?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to write N number of DICOM image[2D] to single DICOM file [3D] ? can any give a idea's ?
0 commentaires
Réponse acceptée
Plus de réponses (1)
KSSV
le 14 Nov 2018
If I1, I2 and I3 are your 2D images.....you can append them to write using:
I = cat(4,I1,I2,I3) ;
2 commentaires
Voir également
Catégories
En savoir plus sur DICOM Format dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!