DICOM file viewer powered by PyQt
Just 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
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 :)
- PyQt5 >= 5.14
- pydicom
- git clone ~
- pip install -r requirements.txt
- python main.py
- toggle the visibility of metadata
- applying image segmentation (try even if it is inaccurate)