English | 中文简体
The multi-camera calibration tool based on Triple Sphere Camera Model.
-
OpenCV
you can install it by
sudo apt install libopencv-dev
. -
Ceres-Solver
you can install it by
sudo apt install libceres-dev
.
mkdir build
cd build
cmake ..
make
Change the image path in main
function. The tool will output the calibration result in yaml format, saved in build
directory.
Note: press
Esc
orQ
to exit.
Note: The filenames should be exactly same for the pictures captured simulately from different cameras.
Note: The Triple Sphere Camera Model can be found in OmniVidar.