Filter löschen
Filter löschen

Generating a sequence of images from a single DICOM image

1 Ansicht (letzte 30 Tage)
Metin Ertas
Metin Ertas am 16 Mai 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

Antworten (0)

Kategorien

Mehr zu DICOM Format finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by