JPEG Lossless in DICOM

前端 未结 4 1611
谎友^
谎友^ 2021-01-18 20:16

In the DICOM spec one of the Transfer Syntaxes is 1.2.840.10008.1.2.4.70 defined as JPEG Lossless, Nonhierarchical, First- Order Prediction (Processes 14

4条回答
  •  甜味超标
    2021-01-18 20:28

    I had a similar problem and I solved using @JohnnyQ hints in this way:

    conda install -n myenv -c clinicalgraphics gdcm
    conda install -n myenv -c anaconda pillow
    

    Also you can use pip install ... to install gdcm and pillow. Take a look at https://pydicom.github.io/pydicom/stable/image_data_handlers.html

提交回复
热议问题