Skip to content

EveryWhereLab/camera-calibration-using-opencv-python

Repository files navigation

Scripts of camera calibration using OpenCV

This repository conatins scripts for performing camera calibration using chessboard. Most scripts are modified from OpenCV-Python tutorials. You can refer to those tutorials to find more useful information. To calibrate camera using these scripts, you need to prepare a chessboard and change the settings in the scripts. The collect_images.py script is used to collect images. And then calibration is performed by invoking the calibrate_camera.py script. With the calibration result, the camera pose with respect to the chessboard can be calculated using the camera_pose_from_chessboard_live_test.py or camera_pose_from_chessboard_offline_test.py script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages