sakshikakde / zhang-camera-calibration

Python implementation for Zhang's camera calibration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zhang's Camera Calibration

This proejct describes in 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 code

  • Change the location to the root directory
  • Run the following command:
python3 AutoCalib.py --ImageFolderPath ./Data/Calibration_Imgs --SaveFolderePath ./Results/

Parameters

  • ImageFolderPath: Folder where the images are located
  • SaveFolderePath: Folder where result will be saved

About

Python implementation for Zhang's camera calibration.


Languages

Language:Jupyter Notebook 52.9%Language:Python 47.1%