How to write N number of DICOM image[2D] to single DICOM file [3D] ?
4 次查看(过去 30 天)
显示 更早的评论
How to write N number of DICOM image[2D] to single DICOM file [3D] ? can any give a idea's ?
0 个评论
采纳的回答
更多回答(1 个)
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) ;
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!