フィルターのクリア

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

3 ビュー (過去 30 日間)
Selva Karna
Selva Karna 2018 年 11 月 14 日
編集済み: voxey 2018 年 11 月 15 日
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) ;
  2 件のコメント
Selva Karna
Selva Karna 2018 年 11 月 15 日
KSSV not like that, i m asking 2D slides convert to 3D or 4D DICOM files [as a single file].
KSSV
KSSV 2018 年 11 月 15 日
The above does what the same.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDICOM Format についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by