フィルターのクリア

Generating a sequence of images from a single DICOM image

1 回表示 (過去 30 日間)
Metin Ertas
Metin Ertas 2014 年 5 月 16 日
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

回答 (0 件)

カテゴリ

Help Center および File ExchangeDICOM Format についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by