How to write N number of DICOM image[2D] to single DICOM file [3D] ?

1 次查看(过去 30 天)
How to write N number of DICOM image[2D] to single DICOM file [3D] ? can any give a idea's ?

采纳的回答

voxey
voxey 2018-11-15
编辑:voxey 2018-11-15
Input dicom 2d Images:
vskdcm(:,:,:,k)=imageArray;
nvskdcm=vskdcm(:,:,:,1:N);
here imageArray ----Input Dicom 2d image
nvskdcm------3D or 4D variable
N---------------N number of DICOM 2d Slides

更多回答(1 个)

KSSV
KSSV 2018-11-14
If I1, I2 and I3 are your 2D images.....you can append them to write using:
I = cat(4,I1,I2,I3) ;

类别

Help CenterFile Exchange 中查找有关 DICOM Format 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by