Generating a sequence of images from a single DICOM image

1 view (last 30 days)
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

Answers (0)

Categories

Find more on DICOM Format in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!