erickTornero / Camera-Calibration

Develop some techniques for Camera Calibration, First Step on Computer Vision & 3D understanding machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is the new location for the previous working in: https://github.com/erickTornero/Image-Processing/tree/master/Pattern_Recognizion the last will be removed in the feature.

Camera Calibration

Contributors

Requirements

  • c++11
  • Opencv 3.4
  • QT Creator 5.12

Follow the instructions to execute Pattern Recognizion

Install

Clone repository:

git clone https://github.com/erickTornero/Camera-Calibration.git

Open Right folder:

cd Camera-Calibration/Aplication/

Open the project in QT, or compile with the following commands:

qmake Aplication.pro

Compile Project running the makefile:

make

Execute the program:

./Aplication

Examples:

Calibrating example:

Detenction an tracking of pattern with 12 Centers:

alt text

Detenction an tracking of pattern with 20 Centers:

alt text

Executing Calibration of Camera

alt text

Fronto paralell

alt text

About

Develop some techniques for Camera Calibration, First Step on Computer Vision & 3D understanding machine


Languages

Language:C++ 75.3%Language:Makefile 24.1%Language:QMake 0.6%