Skip to content

mbencherif/imhotep

 
 

Repository files navigation

IMHOTEP

IMHOTEP (Immersive Medical Hands-On Operation Teaching and Planning System) is a Virtual-Reality framework used for visualizing medical data for surgeons. It is compatible with the Oculus Rift and the HTC Vive. The software is being developed by the Translational Surgical Oncology Division at the National Center for Tumor Diseases (NCT) in Dresden in association with the Heidelberg University Hospital and the University Hospital Dresden (UKD). Using the VR technology, it can be used to visualize 3D organs and structures, 2D medical images and information. The framework can be applied in the areas of visualization, simulation, planning of surgeries and teaching. Currently, its main goal is to be used in pre-operative planning (using patient-specific 3D data).

Disclaimer:

This Software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. It is not a medical product and is only intended for research purposes. Use at your own risk. See the Licenses/IMHOTEP.txt for further details.

License:

The source code in this project is licensed under the BSD License (see Licenses/IMHOTEP.txt). The project uses various third-party plugins and assets, a list of which can be seen in ThirdParty.md. Their licenses are in the "Licenses" subfolder.

Features:

  • Load and display segmented 3D models of patient organs
  • Load display 2D MRI/CT images in DICOM format
  • Display case-specific additional information (med. indication, patient history, ...)
  • Supports Occulus Rift and HTC Vive
  • Intuitive interaction using HTC Vive controllers or Mouse
  • 3D User-Interface to maximize workspace
  • 3D/2D Annotation System
  • Predefined views and orientations of the organs
  • Volumetric Rendering (can be slow on lower end systems, might need more optimization)

Usage:

To run the project, you need a VR Headset (HTC Vive is recommended, although the framework will also work with an Oculus Rift), Unity3D (tested with Version 2017.1 and 2017.2) and Blender3D. Set up your VR Headset, then download this project and load it using the Unity3D editor. In the Assets Folder, load the "Workstation" scene and then run the project. To select the correct HMD (Vive or Rift), please consult the documentation (documentation.imhotep-medical.org, "VR Setup" section). The visualization data is not included in the source code. We will upload an anonymous test patient data set soon. Until then, if you want to use the software and get an example set of visualization data, please contact us.

Contribution:

We welcome contributions to the project! Developers and researchers can contribute in the following areas:

  • Building your own tools. Please consult the documentation on how to do this.
  • Supplying test patient data. We would like to build up a small set of very diverse test cases. Make sure the data has been anonymized!
  • Testing with more DICOM data. Even though DICOM is a well defined standard, we keep on being surprised by all the different formats it can take.

To Do:

See here to get a list of much needed features, some of which we are working on. We will try to keep this list up to date.

Documentation:

The documentation can be found here. This is kept up to date with the current master branch.

Alternatively, generate the documentation yourself with the doxygen program. There is a Doxyfile included in the root of the project.

About

Medical Virtual Reality (VR) visualization tool for surgeons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 80.6%
  • ShaderLab 17.9%
  • Other 1.5%