Calibrate intrinsic and extrinsic parameters of cameras with charuco boards
Project description
calibcam
A charuco based calibrator for camera setups (intrinsic and extrinsic parameters), including omnidirectional cameras.
First, OpenCV is used for single camera calibration., followed by an initial estimation of camera positions and orientations. Subsequently, all intrinsic and extrinsic parameters are optimised for reprojection error using Jax autograd.
See calibcamlib for a library for triangualtion, reprojection etc.
Board
calibcam uses Charuco boards for calibration. The board needs to be presented in different angles, positions and distances to each camera. Relative camera positions are estimated from frames in which the board is visible in multiple cameras. We recommend recording with 2 fps while moving the board around, spending around a minute on each camera.
Creation
See board.py in example folder for the generation of both printable PNG and board configuration file for calibcam.
Installation
Install bbo-calibcam via pip, or create conda environment from environment.yml.
Usage
- Collect data as described in Board section.
- Run calibcam with
python -m calibcam --videos [LIST OF VIDEOS TO INCLUDE] --board [PATH TO BOARD.NPY file]
. We recommend keeping a copy of the board file with the videos for documentation purposes. - Check number of detections per camera in the output. Values should range between 80 and 300. If too few detections are made, check recording conditions (lighting, blur ...) and collect new calibration data. If too many frames are detected, convergence may be slow or run out of memory. Reduce detections adding a frame skip with
--frame_step
. - Check reprojection error at the end of the output. Median errors should be <0.5px.
BBO internal MATLAB use only:
Use MATLAB function mcl = cameralib.helper.mcl_from_calibcam([PATH TO MAT FILE OUTPUT OF CALIBRATION])
from bboanlysis_m to generate an MCL file.
Format
Result
multicam_calibration.npy/mat/yml
holds a dictionary/struct with the calibration result. The filed "calibs"
holds an array of calibration dictionarys/structs with entries
* 'rvec_cam': (3,) - Rotation vector of the respective cam (world->cam)
* 'tvec_cam': (3,) - Translation vector of the respective cam (world->cam)
* 'A': (3,3) - Camera matrix
* 'k': (5,) - Camera distortion coefficients
For further structure, refer to camcalibrator.build_result()
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
File details
Details for the file bbo-calibcam-3.0.1.tar.gz
.
File metadata
- Download URL: bbo-calibcam-3.0.1.tar.gz
- Upload date:
- Size: 39.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9ab3d94a0be5b0eb440f2ca30bfe7aee17c56e4d59a5777c0c669de1c69ec95 |
|
MD5 | 91588a14c4d812b62f94a62413a160b0 |
|
BLAKE2b-256 | e43a1fd6a73d79d1051c5984a0d66a7761e24de0f074b8b61814189597a02bbb |
File details
Details for the file bbo_calibcam-3.0.1-py3-none-any.whl
.
File metadata
- Download URL: bbo_calibcam-3.0.1-py3-none-any.whl
- Upload date:
- Size: 44.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd733bde1016db4220b2f2ee43ff0c6e9744b99848e3cc204b14bf4550e54d72 |
|
MD5 | 4e9580d940a9988fe63cb265aaad9694 |
|
BLAKE2b-256 | e89cef89e14775e92360053e88a668b1edca095d2e3bde1033613da1ca1394c9 |