필터 지우기
필터 지우기

How to convert a .IMG file to DICOM

조회 수: 1 (최근 30일)
Senthil Kumar
Senthil Kumar 2012년 5월 26일
I have raw medical images which are in .IMG format..... How can i convert in to DICOM, so that i can analyze those images in matlab. Please help me out

답변 (2개)

Image Analyst
Image Analyst 2012년 5월 26일
DICOM has nothing to do with it. You need to get, or write, a function that will read your raw files into a MATLAB array. Do you know the format of the IMG? Is there any header with any information, like number of rows and columns. Do you know how many bits the pixels are?
  댓글 수: 3
Walter Roberson
Walter Roberson 2012년 5월 26일
What software produced the files?
Image Analyst
Image Analyst 2012년 5월 26일
You either have to know the format, or make some educated guesses. In the other software, can you find out the number of rows and columns in the image? Is it color or monochrome? Is it 8 bit of 16 bit? etc. Even if you don't know those you can just go through all possibilities until you get something that works. You will see clues in the displayed image that will help you home in on the answer, like the image is skewed, or you get two overlapped/interlaced images, etc.

댓글을 달려면 로그인하십시오.


naila
naila 2013년 7월 31일
hi, have you found any way for the conversion stated. or succeed to open .img files in MATLAB?
I have the same problem too.
can you help me please

카테고리

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