Skip to content

Calibrate any camera intrinsic and extrinsic parameters using openCV and chess board (6x8). Results can be checked by clicking on the images and measuring the distances

License

Notifications You must be signed in to change notification settings

zaitera/Camera-Calibration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera-Calibration

├── README.md (This file)
├── /Docs
│ └── Abdullah_Zaiter__Ian_Moura.pdf report in portuguese
│ └── Latex source code of the report
├── /src
| └── main.py (principal source code)
| └── common.py (aux code with several relevant classes and methods)
| └──calibrationUtils.py (a class for camera calibration optimizations)

OpenCV version : 3.4.1

Python 3

Python modules used:

 - cv2  
 - numpy  
 - exit from sys  
 - path from os  
 - deque from collections  

Some results:

A measurement of a 142mm pen on raw image:

A measurement of the same pen on the undistorted image:

About

Calibrate any camera intrinsic and extrinsic parameters using openCV and chess board (6x8). Results can be checked by clicking on the images and measuring the distances

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages