gauti1311 / MonocularCameraCalibration

A repository for Monocular Camera Calibration using OpenCV library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monocular Camera Calibration

Dependencies

OpenCV

Code language

C++

Compile

mkdir build && cd build
cmake ..
make

Use

make a folder named imgs and add all images taken in different orientations with showing the full chessboard

run ./calibration inside build directory

About

A repository for Monocular Camera Calibration using OpenCV library.


Languages

Language:C++ 91.7%Language:CMake 8.3%