필터 지우기
필터 지우기

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 CenterFile Exchange에서 DICOM Format에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by