← Back to projects
2026
Clean and Neat Implementation of Zhang's Checkerboard calibration
ActiveClean C++ Implementation of Zhang's Calibration method.
About this project
In process! Milestone 7 is pending;
- Milestone 0 — Repository skeleton
- Milestone 1 — Image I/O basics
- Milestone 2 — Basic image utilities
- Milestone 3 — Core geometry types
- Milestone 4 — Synthetic checkerboard object points
- Milestone 5 — Pinhole projection without distortion
- Milestone 6 — Brown-Conrady distortion model
- Milestone 7 — Synthetic calibration dataset generator
- Milestone 8 — Homography estimation
- Milestone 9 — Zhang closed-form initialisation
- Milestone 10 — Nonlinear refinement
- Milestone 11 — Checkerboard detection prep
- Milestone 12 — Checkerboard detection
- Milestone 13 — Full real-image calibration CLI
- Milestone 14 — Documentation and examples