Search found 1 match

by joancj97
Mon, 2022-03-14, 12:57
Forum: Other DICOM Tools
Topic: I can't interpret the results of a Hounsfield units conversion
Replies: 0
Views: 85523

I can't interpret the results of a Hounsfield units conversion

Context I'm reproducing the following code from https://www.raddq.com/dicom-processing-segmentation-visualization-in-python/. My data is a set of axial CT scans (DICOM files) from an ankle and I'm aiming to segmentate the Achilles tendon. def load_scan(path): slices = [pydicom.read_file(path + '/' ...