Tagged Questions
7
votes
11answers
6k views
Parse DICOM files in native Python
What is the simplest and most-pythonic way to parse a DICOM file?
A native Python implementation without the use of non-Python libraries would be much preferred. DICOM is the standard file format in ...
3
votes
4answers
2k views
Viewing dicom images on iPad
Does anyone have any idea, how to display DICOM images on iPad? Any supporting format for displaying it directly? or do I need to go for conversion? Any idea or any thoughts or at least any help!!!
1
vote
1answer
93 views
Not Reading DICOM Image Series Correctly with ITK
I want to read a Series of DICOM image to convert them into a 3D image using ITK. I follow the example in the documentation: " Examples/IO/DicomSeriesReadImageWrite2.cxx" . But I am still having ...
1
vote
2answers
220 views
DICOM basics for volumetric data
I have looked at some of the DICOM standard and the Wikipedia page (and all DICOM topics on SO) but without really digging into the file structure doc (ugh), I'm left confused what exactly is stored ...
1
vote
5answers
319 views
Which SDK should I use to visualize medical images in 3D?
I need to process DICOM formatted medical images and visualize them in 3D, also do some image processing on these images on real-time. Therefore, I am asking this question to learn which SDK has ...