CharucoCalibration icon indicating copy to clipboard operation
CharucoCalibration copied to clipboard

A simple Charuco Board Camera Calibration script

CharucoCalibration

Usage

usage: charucoBoardCalibration.py [-h] [-f FILE] [-s SIZE] imgs [imgs ...]

positional arguments:
  imgs                  list of images for calibration

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  ouput calibration filename
  -s SIZE, --size SIZE  size of squares in meters

Example

python charucoBoardCalibration.py -f calibration.yml -s 0.035 imgs 01.jpg 02.jpg 03.jpg 04.jpg

Notes

Dictionary for the Charuco Board is Aruco DICT_4X4_50

charucoBoard