Developed by Xia Sun (github: xiasun)
A Qt widget for reading and displaying DICOM images series including some basic interactions.
Please install dependencies and modify dependencies path in QtDicomViewer.pro file before use it.
- Qt 5.7
- OpenCV 2.4.3
- GDCM 2.8.2
- Read DICOM images series (*.dcm) under a directory.
- Display DICOM images slice by slice.
- Draw contour line with mouse left click, and use right click.
- Responsive to window size change.
You can use this code for any kind of purposes. But keeping the licence content in your code is mandatory according to Apache 2.0 licence. Issues for new feature request and bug report are welcomed.