Generating 3D data from stereo images.
Project description
Stereo3D
Python package for generating 3D data from stereo cameras and images.
Install
Install python
[Windows]
Download and install the latest windows release of python3 here
[Linux]
Download and install the latest linux release of python3 and python3-tk
sudo apt update
sudo apt install python3
sudo apt install python3-tk
Install Pylon
Basler cameras require the software package Pylon to install the required drivers. Download and install it from here
WARNING: Make sure to download v1.5.1 as this is currently the only supported version for use with PyPylon.
Install PyPylon
PyPylon does not release wheels to pip so have to be installed manually.
Find PyPylon GitHub Releases here
Download the wheel for your os and python version e.g. pypylon-1.5.1-cp36-cp36m-win_amd64.whl
Install wheel:
python -m pip install pypylon-1.5.1-cp36-cp36m-OS.whl
Install I3DR Matcher [Windows] Download and install I3DR SGM from here [Linux]
wget https://github.com/i3drobotics/I3DR_SGM/releases/download/v1.0.54/I3DR-SGM-1.0.54-x86_64.deb
NOTE: I3DRSGM is not currently implimented but in active development.
Install Stereo3D
python -m pip install stereo3d
Examples
See Samples for example scripts of using this package.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for Stereo3D-0.0.1.13.36-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 873abcb75f2d68e00989255a94cc69d75e4ddf049be715c1a9521b472e9343ca |
|
MD5 | 5fd8b7e8dca431d4dab2618c303f849b |
|
BLAKE2b-256 | 10917db517fd3b65f6a1e9b6524a23d128cc3bebeb22606bdc48630082c90258 |