Skip to content

A script to generate the camera calibration matrix from a camera feed

Notifications You must be signed in to change notification settings

gdp-drone/camera-calibration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera Calibration (OpenCV 4)

This is a C++ script that helps generate the camera calibration parameters needed for OpenCV, with a 9x6 chessboard, to rectify images before running various computer vision tasks (ie. stereo disparity mapping, fiducial marker tracking etc.)

Requirements

  • OpenCV ~> 4.0.0
  • CMake ~> 3.13
  • Printed 9x6 Chessboard
  • Camera

About

A script to generate the camera calibration matrix from a camera feed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published