Skip to content

yjg30737/pyqt-wsi-viewer

Repository files navigation

pyqt-wsi-viewer

PyQt WSI(Whole Slide Images) viewer

This shows slide image of DICOM file (in normal size currently) which captured by scanner.

Also this shows any metadata which DICOM file had with using QTableWidget, but it censored(de-identification) the personal information of patient.

Requirements

  • PyQt5>=5.14
  • openslide-python

Preview

image

TODO

  • Zoom In, Zoom out, Moving from one to another in the picture with mouse

See Also