fanyanfu / Multi_Chessboard_Corner_Extraction

用C++编写的多棋盘格角点提取算法

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi_Chessboard_Corner_Extraction

Multi-checkerboard corner extraction algorithm written in C++.

come from https://github.com/onlyliucat/Multi-chessboard-Corner-extraction-detection-#windows

the author is onlyliucat

Realize the paper "Automatic Camera and Range Sensor Calibration using a single Shot"

Dependencies

  • OpenCV 3
  • CMake

Build (linux)

  • 1.mkdir build && cd build
  • 2.cmake ..
  • 3.make && run (./test_MultichessboardExtraction 02.png)

References

[1]"Automatic Camera and Range Sensor Calibration using a single Shot" 2012
[2] https://github.com/qibao77/cornerDetect

About

用C++编写的多棋盘格角点提取算法


Languages

Language:C++ 98.6%Language:CMake 1.4%