Skip to content

zxcn/zhangzy_single_camera_calibration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zhangzy_single_camera_calibration

C++ Implementation of Zhang's Camera Calibration Method Algorithm flowchart

Images in the data folder are generated by simulation with the following parameters:

  • Chessboard:
    width = 11;
    height = 8;
    scale = 20(millimeter);
  • Camera:
    fx = 500;
    fy = 500;
    cx = 319.5;
    cy = 239.5;
    k1 = 0;
    k2 = 0;
    k3 = 0;
    p1 = 0;
    p2 = 0;

About

C++ Implementation of Zhang's Camera Calibration Method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages