Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Viewers

These are traditional medical viewers for working with pydicom. If you have a general visualization or are looking for examples that are not fitting to this category, you might considering looking at plotting and visualization.

  • imViewer_Simple.py: An example program that opens uncompressed DICOM images and converts them via numPy and PIL to be viewed in wxWidgets GUI apps. See the script header for more information.
  • pydicom_Tkinter.py: viewer that uses Tkinter.
  • pydicom_PIL.py: a viewer that uses PIL (Python Image Library)