python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
dummy mask for sample DICOM Image
I am trying to create a dummy mask on a sample DICOM Image using pydicom, Opencv and numpy
Getting error -
Traceback (most recent call last):
File "mymask.py", line 22, in <module>
...
user6092483
Votes: 0
Answers: 1
Converting dicom file raising an OSError: cannot write mode I;16 as JPEG
I am trying to convert a Computed Radiography dicom file to jpeg using the code below but its raising an OSError: cannot write mode I;16 as JPEG. Here is the code I am using to convert:
ds = read_...
Wisdom James Murombo
Votes: 0
Answers: 1
Is there a way to save a 3D volume to a single DICOM file in python
I'm processing a 3D numpy array and would like to know if it is possible to write/read the entire 3D volume as 1 single 3D .dcm rather than a series of 2D .dcm files. Can this be accomplished using py...
SorinT
Votes: 0
Answers: 0
Translate Image Orientation into axial, sagittal, or coronal plane
I've read through this question (Understanding DICOM image attributes to get axial/coronal/sagittal cuts) and responses a bunch, but I still can't seem to figure out the translation to connect the arr...
A.Code.1
Votes: 0
Answers: 2