필터 지우기
필터 지우기

How to perform image processing on raw DICOM medical data?

조회 수: 2 (최근 30일)
Gee Cheng Mun
Gee Cheng Mun 2016년 1월 3일
답변: Walter Roberson 2016년 1월 3일
I have received a raw DICOM medical pet data with over 5000 files. I would like to perform image processing on them in MATLAB. I have tried to adjust the threshold level in AMIDE but I have no idea whether to convert them to .dcm or .xif. Each file has 25 time frames.
  댓글 수: 1
Image Analyst
Image Analyst 2016년 1월 3일
What is AMIDE? How are thresholds determined in it?
When you say "them", to what do you refer? To the threshold levels (which is the subject of that sentence)?

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

답변 (1개)

Walter Roberson
Walter Roberson 2016년 1월 3일
Use dcm files. In MATLAB, use dicomread(). The output of that will be a 4D array, width by height by 1 by timestep

카테고리

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