Lxrd-AJ / linear_nonlinear_calibration

An implementation of Linear and Non-Linear methods for perspective camera calibration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linear and Non-Linear Calibration Methods

An implementation of Linear and Non-Linear methods for perspective camera calibration

TODOs

  • Linear method using SVD and QR decomposition
    • Needs refinement, see your notes
  • Non-Linear method using optimisation techniques (Levenberg–Marquardt method)
  • Open3D for drawing the camera poses

About

An implementation of Linear and Non-Linear methods for perspective camera calibration

License:Apache License 2.0


Languages

Language:Python 100.0%