InstallationΒΆ
Install python 3.8 with pip, download 3Deye on the github page and install the dependencies using the following command
pip install numpy scipy opencv-python matplotlib Pillow
The main user interface can be started just by running main.python
python main.py
Alternatively one can run the package functions using python code directly. The script Example_script.py provides an exemple with camera calibration, 3D reconstruction and post-processing using only python command lines.
python Example_script.py