Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 846 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 846 Bytes

English | 中文简体

TSCM-Calib

The multi-camera calibration tool based on Triple Sphere Camera Model.

Dependence

  • OpenCV

    you can install it by sudo apt install libopencv-dev.

  • Ceres-Solver

    you can install it by sudo apt install libceres-dev.

build

mkdir build
cd build
cmake ..
make

Usage

Change the image path in main function. The tool will output the calibration result in yaml format, saved in build directory.

Note: press Esc or Q 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.