Skip to content

abhijitmahalle/zhang-camera-calibration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Zhang's Camera Calibration

This repository contains code for camera calibration using the method described by Zhengyou Zhang in his paper ”A Flexible New Technique for Camera Calibration”

Instructions 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