Multiple cameras calibration and fusion with OpenCV Python.
Project description
camera-fusion
Multiple cameras correction calibration and fusion with OpenCV Python. This package use ChAruco board to achieve accurate multi-cameras fusion.
Installation
pip install camera-fusion
Depending of your environment, you could have to compile OpenCV from source with Python bindings.
Quickstart
Calibration
Print a ChAruco board, for example the one in the ./resources folder.
Measure the length of the Aruco marker and the length of the black chess square. Then start the calibration scripts.
Usage examples
Generate the lens correction calibration file for a specific camera.
python3 ./bin/camera_calibration
Generate homographies between many camera to fuse/blend on a specific plane. If no lens correction calibration exist for the cameras, they will be generate.
python3 ./bin/camera_calibration
Simple blending methods are implemented:
- Blue channel to RGB blending
- Gray scale to RGB blending
- Weighted blending
- Difference
Use cases
This project was made to create a super low-cost degree of linear polarization imager. With three cheap repurposed webcams, we achieve decent results and frame-rate.
Development
Test:
tox
Build:
make all
Project details
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 camera_fusion-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dd9294cf5ca361781d3cdc84b0998fbd15e7e9b3eab67bef346f8bfa451154b |
|
MD5 | 6a361debad8446390682dafd1a85923d |
|
BLAKE2b-256 | 9c904c49251a1ec3064cdd71f9b75af1f728db1d143a73df110ac605990fa82e |