Skip to content

camera intrinsic calibration from (almost) scratch for better understanding of intrinsic calibration mechanism

Notifications You must be signed in to change notification settings

ywfwyht/camera_instrinsic_calibration

 
 

Repository files navigation

📝 Camera Intrinsic Calibration by Zhang's method from (almost^^) scratch

🎉 TODO


  • Implementation of Zhang's method

  • Test on real data

  • visualization of reprojection of board corners on image and board poses

  • board poses in camera frame

🎛 Dependencies


  • from debian
sudo apt-get install \
    libopencv-dev \
    rapidjson-dev \

🔨 How to Build


🏃 How to Run


# after make apps

./build/examples/calib_app ./data/param_config.json

# sample calibration images already stored in data

💎 References


About

camera intrinsic calibration from (almost) scratch for better understanding of intrinsic calibration mechanism

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.7%
  • CMake 9.6%
  • Makefile 0.7%