Borrar filtros
Borrar filtros

Generating a sequence of images from a single DICOM image

1 visualización (últimos 30 días)
Metin Ertas
Metin Ertas el 16 de Mayo de 2014
I have a dicom file which is 43m bytes in size and when I use that comment
I=dicomread('SC03 % filename');
it gives me an image which is 455*255 in uint16 format. However I was told that there is a sequence of at least 15 images inside. So I have checked the details by using
info = dicominfo('SC03 % filename')
comment. But it did not give me any clue about how I can manipulate the dicom file in order to find the image sequence. The following numbers were all taken from the workspace:
I 425x266 226100 uint16
info 1x1 43834486 struct
So the file itself contains more information but what I can get is a small image. So the question how can I get more data from the DICOM file.
Thanks

Respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by