How to perform image processing on raw DICOM medical data?

2 views (last 30 days)
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 Comment
Image Analyst
Image Analyst on 3 Jan 2016
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)?

Sign in to comment.

Answers (1)

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

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!