The Toolkit for 3D Vision (tk3dv) is a collection of visualization tools for 3D computer vision/graphics.
Note: To use pyEasel, the visualization component of tk3dv, you must use tk3dv on a machine with a display as it uses OpenGL.
- Palettable:
pip install palettable
- Matplotlib:
conda install -c conda-forge matplotlib
- Please install GLUT if your OS does not come with it. For Ubunutu,
sudo apt-get install freeglut3-dev
.
After the above requirements are installed, you can install tk3dv like so:
pip install git+https://github.com/drsrinathsridhar/tk3dv.git
If reinstalling on Ubuntu, make sure to uninstall and repeat the install.