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

조회 수: 1 (최근 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 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