Borrar filtros
Borrar filtros

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

3 visualizaciones (últimos 30 días)
Selva Karna
Selva Karna el 14 de Nov. de 2018
Editada: voxey el 15 de Nov. de 2018
How to write N number of DICOM image[2D] to single DICOM file [3D] ? can any give a idea's ?

Respuesta aceptada

voxey
voxey el 15 de Nov. de 2018
Editada: voxey el 15 de Nov. de 2018
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

Más respuestas (1)

KSSV
KSSV el 14 de Nov. de 2018
If I1, I2 and I3 are your 2D images.....you can append them to write using:
I = cat(4,I1,I2,I3) ;
  2 comentarios
Selva Karna
Selva Karna el 15 de Nov. de 2018
KSSV not like that, i m asking 2D slides convert to 3D or 4D DICOM files [as a single file].
KSSV
KSSV el 15 de Nov. de 2018
The above does what the same.

Iniciar sesión para comentar.

Categorías

Más información sobre DICOM Format en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by