Skip to content

Latest commit

 

History

History
80 lines (52 loc) · 1.35 KB

README.md

File metadata and controls

80 lines (52 loc) · 1.35 KB

MPR Viewer

Project Image

A multi-planar reconstruction (MPR) program renders medical data in multiple planes with different features.


Table of Contents


Description

Features

  • Open a medical data in (.mhd & .raw) format. -Zoom (in-out) using the mouse.
  • Scroll through slices in each view.
  • Cine play/pause/stop in any viewer.
  • Cine can run in multiple viewers simultaneously.
  • Indicate each slice on the other planar viewers.
  • Brightness-contrast control using the mouse.
  • Ability to maximize each viewer and restore it.
  • Ability to resize each viewer and swap them.

Technologies

  • Python
  • PyQt5
  • VTK

Back To The Top


How To Use

Installation

$ pip install -r requirements.txt

Run Locally

Run python3 main.py in the terminal.

$ python3 main.py

Back To The Top


Preview

Project Image Project Image Project Image Project Image Project Image

Back To The Top


References

Back To The Top