Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.94 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.94 KB

VisibleHuman3D

This project is part of a master thesis aims at creating a 3D model from the CT slices of the Visible Human Project in such a way that free navigation in medical Virtual Reality - with proper collision detection against the organs.

Getting Started

The project is divided in two main categories, the firs one is the generation of the 3D model and the second one is the generation of the simulation. The former is implemented by using Python and the later by using C#.

Python Dependencies

The project has the following required dependencies:

Installing

The easiest way to install Python on Windows is to use Anaconda. Then most of the above dependencies can be install via the line :

conda install dependency_package_name

or by installing pip and then using the line :

pip install dependency_package_name

A step by step installation of Blender Python module can be found here and here. For the other the installation steps are describe in their github project site.

C# Dependencies

Authors

  • François ADAM

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc