Skip to content

alexhagiopol/camera_calibration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Camera Calibration

Abstract

This project contains camera calibration and undistortion functionality using Python 3 and OpenCV 3. Given a set of chessboard images, this project computes the camera's matrix and distortion coefficients. Afterward, the project uses the camera matrix and distortion coefficients to undistort other images captured by the same camera. Always remember: "straight lines should be straight." ;)

example1 example1

Usage

Download the example dataset:

wget -O datasets.zip "https://www.dropbox.com/s/bo2wsm2e068c3az/datasets.zip?dl=1"
unzip datasets.zip

Run the example code:

python calibrate.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages