image_pipeline icon indicating copy to clipboard operation
image_pipeline copied to clipboard

Added stereo calibration using charuco board

Open MRo47 opened this issue 9 months ago • 0 comments

From #972 Doing this first for rolling.

This was a TODO in the repository, opening this PR to add this feature.

  • The main issue why this wasn't possible imo is the way mk_obj_points works. I'm using the inbuilt opencv function to get the points there.
  • The other is a condition when aruco markers are detected they are added as good points, This is fine in case of mono but in stereo these have to be the same number as the object points to find matches although this should be possible with aruco.

MRo47 avatar Apr 30 '24 11:04 MRo47