Dliang110 / Zhang-s-Camera-Calibration-AutoCalib

Implementation of Zhang's Camera Calibration Method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoCalib

Brief the implementation of camera calibration method as described by Zhengyou Zhang in his paper ”A Flexible New Technique for Camera Calibration”

To run the program

python Wrapper.py

The program takes two argument

Calibration Images path (Default : Calibration_Imgs)
Output Folder path (Default : Output)

The output of program are the rectified images stored in output folder

Initial K, kc matrix
Optimized K, kc matrix

About

Implementation of Zhang's Camera Calibration Method


Languages

Language:Python 100.0%