Skip to content

(ARCalibration): live reprojection for intrinsic calibration

Kevin GAUDET requested to merge intrinsic-calibration-live-reprojection into dev

What does this MR do?

  • Compute the reprojection error for each new frame following the calibration.
  • Display the reprojected points and the reprojection error.
  • Display the detected points.
  • Add the ability to undistort the video images once the calibration is computed.
  • Modify SSolvePnP to always update the camera parameters.

How to test it?

  • Run ARCalibration.
  • Launch the calibration activity.
  • Configure the chessboard settings.
  • Connect to a camera.
  • See if the chessboard points are detected.
  • Do a calibration (or load it if you already have one).
  • See the reprojected points.

Some results

LiveReprojError

Associated Issues/Merge Requests

Edited by Kevin GAUDET

Merge request reports