Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 640 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 640 Bytes

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)