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.
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#.
The project has the following required dependencies:
- Python v3.x.
- NumPy v1.8 or higher
- SciPy v0.13 or higher
- pydicom
- skimage
- sklearn
- mcubes
- collada
- Blender Python module (bpy)
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.
- François ADAM
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc