How to write N number of DICOM image[2D] to single DICOM file [3D] ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
How to write N number of DICOM image[2D] to single DICOM file [3D] ? can any give a idea's ?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
KSSV
am 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 Kommentare
Siehe auch
Kategorien
Mehr zu DICOM Format finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!