Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 494 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 494 Bytes

GUI-Tools

Examples of python GUI libraries that could be used for segmentation

A sample DICOM image can be downloaded here: https://drive.google.com/file/d/1tfw49fx110pWojR0V-LDmgy3E0bQdGfP/view?usp=sharing

PySimpleGUI example: A dicom image should be added in the same folder as the PySimpleGUI script, the name of the dicom file is hardcoded into the script and should be renamed. Once the DICOM file is in the folder and the filename is specified on the script, the script can be run.