X Tutup
The Wayback Machine - https://web.archive.org/web/20220616114633/https://github.com/enazoe/camera_calibration_cpp
Skip to content

enazoe/camera_calibration_cpp

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

camera calibration cpp

Introduction

The implementation of camera calibration based on zhang's method.There is a chinese tutorial about this implementaion at current directory.

Dependency

  • opencv(just get corners)
  • Eigen3
  • ceres

If you want to build this project on windows, you perhaps need windows-ceres project.

Reference

[1] Burger, Wilhelm. "Zhang’s camera calibration algorithm: in-depth tutorial and implementation." Hagenberg, Austria (2016).

[2] Hartley, Richard, and Andrew Zisserman. Multiple view geometry in computer vision. Cambridge university press, 2003.

[3] https://zhuanlan.zhihu.com/p/24651968

[4] http://ceres-solver.org/index.htm

[5] Zhang, Zhengyou. "A flexible new technique for camera calibration." IEEE Transactions on pattern analysis and machine intelligence 22.11 (2000): 1330-1334.

About

c++ detail implementation of camera calibration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

X Tutup