Skip to content

BlenderCN-Org/VisibleHuman3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published