Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yjg30737/pyqt-dicom-viewer
DICOM file viewer powered by PyQt
https://github.com/yjg30737/pyqt-dicom-viewer
dicom dicom-viewer pydicom pyqt pyqt-examples pyqt-viewer pyqt5 pyqt5-desktop-application pyqt5-gui qt
Last synced: 4 days ago
JSON representation
DICOM file viewer powered by PyQt
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt-dicom-viewer
- Owner: yjg30737
- License: mit
- Created: 2023-11-03T08:09:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T05:17:50.000Z (about 1 year ago)
- Last Synced: 2024-12-29T08:42:10.991Z (9 days ago)
- Topics: dicom, dicom-viewer, pydicom, pyqt, pyqt-examples, pyqt-viewer, pyqt5, pyqt5-desktop-application, pyqt5-gui, qt
- Language: Python
- Homepage:
- Size: 4.63 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyqt-dicom-viewer
DICOM file viewer powered by PyQtJust a simple version of DICOM file viewer.
Not as good as mydicom viewer or anything like that :)
I got sample DICOM files for this small project in this site
## What is DICOM file
DICOM (Digital Imaging and Communications in Medicine) file is a standard format for storing and transmitting medical images.
DICOM files are used extensively in various medical imaging equipment and software.Such as CT, MRI. That monochrome frames in the computer of the doctor's office you know :)
## Requirements
* PyQt5 >= 5.14
* pydicom## How to Install
1. git clone ~
2. pip install -r requirements.txt
3. python main.py## Preview
![image](https://github.com/yjg30737/pyqt-dicom-viewer/assets/55078043/bde7393f-bd91-4dd4-8a3a-af7252e12c69)## TODO
* toggle the visibility of metadata
* applying image segmentation (try even if it is inaccurate)## See Also
pyqt-wsi-viewer