Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 632 Bytes

README.md

File metadata and controls

38 lines (32 loc) · 632 Bytes

learningMedicalViewer

The purpose of this repository is to learn how to develop medical imaging software by building a 3D slicer like software from scratch.

Technology Stack

  • Qt
  • VTK
  • Python

Progress of Features

  • Data I/O
    • DICOM
    • NRRD
    • NIFTI
  • Auxiliary observation
    • Rendering
      • MPR
      • VR
      • CPR
      • SSD
      • MIP
      • MinIP
      • VE
    • Manipulation
      • pan
      • zoom
      • rotate
      • window level
  • Auxiliary diagnostics
    • measure
    • segmentation
    • detection
    • alignment

Project Structure

Backlog