Skip to content

Reconstructs a 3D object based on 4 real world camera sources from different angles.

License

Notifications You must be signed in to change notification settings

DorusKeijzer/3D-model-reconstruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision 3D Reconstruction

Python OpenGL 3.3

Computer Vision 3D Reconstruction

Installation

Tested with Python 3.9.0. You can see all the libraries and versions in requirements.txt.

Install following packages via pip:

  1. PyOpenGL: pip install PyOpenGL PyOpenGL_accelerate
  2. GLFW: pip install glfw
  3. PyGLM: pip install PyGLM
  4. numpy: pip install numpy
  5. Pillow: pip install Pillow

If you have errors after installation you will do following:

  1. pip uninstall PyOpenGL PyOpenGL_accelerate
  2. Download and install PyOpenGL and PyOpenGL_accelerate from https://www.lfd.uci.edu/~gohlke/pythonlibs/

Control

G - to visualize new voxel array
ESC - to exit the program

Execution

Open your terminal or CMD and call python executable.py or python3 executable.py

Thanks

About

Reconstructs a 3D object based on 4 real world camera sources from different angles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published