Skip to main content

OpenCV camera calibration from a video

Project description

Build Status

Camera Calibration Using OpenCV

Python scripts for camera intrinsic parameters calibration and image undistortion.

It finds following parameters:

  • focal length
  • principal point
  • radial distortion coefficients

using video of a moving chessboard pattern or a sequence of images as an input.

Example input:

input video

Example output YAML file:

camera_matrix:
- [1016.5691777733053, 0.0, 632.3505845656954]
- [0.0, 1013.9401023559311, 351.0453222243043]
- [0.0, 0.0, 1.0]
dist_coefs:
- [-0.3797582960152331, 0.20896823985868346, -0.0003239082442461539, -0.0019027617884934114,
  -0.0668551319250156]
rms: 1.1814231691868478

Installation

pip install video2calibration

You can also install the in-development version with::

pip install https://github.com/smidm/video2calibration/archive/master.zip

Camera Calibration

  1. print the pattern.png and glue it to a solid board
  2. fix the camera lens zoom, the calibration values change with the lens zoom changes
  3. record a video with the pattern moving in front of the camera
    • the pattern should be most of the time completely visible
    • try to move the pattern to cover all parts of the camera view, pay attention to the corners
    • the length of the video should be 1 or 2 minutes
  4. run the calibration.py to extract chessboard pattern corners from the video and perform camera calibration

Example usage (you can actually run the example, the input data is present in the ./example_input):

$ calibrate.py --help
usage: calibrate.py [-h] [--debug-dir DEBUG_DIR] [-c CORNERS] [-fs FRAMESTEP]
                    input out

Calibrate camera using a video of a chessboard or a sequence of images.

positional arguments:
  input                 input video file or glob mask
  out                   output calibration yaml file

optional arguments:
  -h, --help            show this help message and exit
  --debug-dir DEBUG_DIR
                        path to directory where images with detected
                        chessboard will be written
  -c CORNERS, --corners CORNERS
                        output corners file
  -fs FRAMESTEP, --framestep FRAMESTEP
                        use every nth frame in the video


$ mkdir out
$ calibrate.py example_input/chessboard.avi calibration.yaml --debug-dir out
Searching for chessboard in frame 0... not found
Searching for chessboard in frame 20... not found
Searching for chessboard in frame 40... not found
Searching for chessboard in frame 60... not found
Searching for chessboard in frame 80... not found
Searching for chessboard in frame 100... not found
Searching for chessboard in frame 120... not found
Searching for chessboard in frame 140... ok
Searching for chessboard in frame 160... ok
Searching for chessboard in frame 180... ok
Searching for chessboard in frame 200... ok
Searching for chessboard in frame 220... ok
Searching for chessboard in frame 240... ok
Searching for chessboard in frame 260... ok
Searching for chessboard in frame 280... ok
...
Searching for chessboard in frame 1980... ok
Searching for chessboard in frame 2000... ok
Searching for chessboard in frame 2020... ok
Searching for chessboard in frame 2040... not found
Searching for chessboard in frame 2060... not found
Searching for chessboard in frame 2080... not found
Searching for chessboard in frame 2100... ok
Searching for chessboard in frame 2120... not found
Searching for chessboard in frame 2140... not found
Searching for chessboard in frame 2160... not found
Searching for chessboard in frame 2180... not found

Performing calibration...
RMS: 1.01973939405
camera matrix:
[[ 774.55857698    0.          619.69416634]
 [   0.          772.96410156  352.49790333]
 [   0.            0.            1.        ]]
distortion coefficients:  [ -3.65385859e-01   1.63224385e-01  -2.67163331e-03   3.38261891e-04
  -3.81711948e-02]

Removing Radial Distortion

You can test the found radial distortion coefficients by removing distortion from an image and checking if straight lines are really straight.

$ undistort.py --help
usage: undistort.py [-h] calibration input_mask out

Undistort images based on camera calibration.

positional arguments:
  calibration  input video file
  input_mask   input mask
  out          output directory

optional arguments:
  -h, --help   show this help message and exit

$ undistort.py calibration.yaml 'example_input/*.png' out/
processing example_input/distorted.png... ok

Development

To run all the tests run:

tox

License

MIT License, except pattern.png from OpenCV (3-clause BSD License).

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

video2calibration-0.0.1.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

video2calibration-0.0.1-py2.py3-none-any.whl (6.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file video2calibration-0.0.1.tar.gz.

File metadata

  • Download URL: video2calibration-0.0.1.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.6

File hashes

Hashes for video2calibration-0.0.1.tar.gz
Algorithm Hash digest
SHA256 4af449c4ad5c42ff50d4cf3e5c83a2caefe1f953f8a9451bd9ef1f9a5d8ea9fe
MD5 08abd9ab450a0493784c119d71cadb3b
BLAKE2b-256 e8e6225bb2991a446b1657bd1f327bf8661c024d03e5d10f146c9a4794d714fa

See more details on using hashes here.

File details

Details for the file video2calibration-0.0.1-py2.py3-none-any.whl.

File metadata

  • Download URL: video2calibration-0.0.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.6

File hashes

Hashes for video2calibration-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b34fb9faf0315214f7925b61ee6d885aff819a2c2bf2af0e86ad6910f8119338
MD5 063dc94102f96d8304a73ef78ebfb465
BLAKE2b-256 844602b932024b95a64d42f8d31861562e6dc61f394612e327c81bb6045fed5a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page