Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
1k views

How to standardize multiple DICOM images?

I'm working with multiple DICOM files, most of which are vastly different pixel wise. For example one ranges from -1024 to 2815 and another ranges from 0 to 2378. Is there a way to standardise them ...
Faffy's user avatar
  • 73
2 votes
1 answer
1k views

How to transform stored values in a DICOM file to real world units?

I am trying to calculate radioactivity concentrations on a PET DICOM image using either Matlab or python. I have read in the DICOM standard that (0028,1053) Rescale Slope (0028,1052) Rescale ...
David's user avatar
  • 107
3 votes
2 answers
3k views

Medical Image quality problem with DICOM files

I am trying to make some segmentation tasks on CT images which are in DICOM format, using python. The main problem is that when I am trying to read the DICOM file (https://www.dicomlibrary.com/...
robertg's user avatar
  • 83
1 vote
3 answers
2k views

How to adjust the viewing window of .mhd file to get a better look at medical images?

I load some .mdh and .raw files for medical images, but one thing bothers me. I understand that in .dicom file, you can convert pixel intensity to HU by using rescale.slope and rescale.intercept, ...
yujuezhao 's user avatar
  • 1,095
0 votes
1 answer
1k views

Parsing Dicom results with Python

I'm trying to parse the results page from a dicom study. I've tried with pydicom but it only parses the "header" info (patient info, device info, etc.). I'd like to extract the numeric results from ...
Neurus's user avatar
  • 867