AprilRobotics / apriltag

AprilTag is a visual fiducial system popular for robotics research.
https://april.eecs.umich.edu/software/apriltag
Other
1.55k stars 532 forks source link

AprilTag 3 for Stereo Calibration #84

Closed ConnorM17 closed 7 months ago

ConnorM17 commented 4 years ago

Has there been any work done on implementing stereo calibration between two cameras for extracting intrinsic/extrinsic parameters using AprilTag 3? I was interested in using a board of AprilTags to perform my camera calibration, similar to chessboard or ChArUco calibration. I haven't been able to find any recent work on the AprilTag CameraSuite.

mkrogius commented 4 years ago

We don't have anything built in, but maybe it would be possible to take the matched features (corner points) from the AprilTag detector and then perform the calibration optimization using that data? The opencv method calibrateCamera looks promising for this at first glance although I have never used it.

yusufguleray commented 3 years ago

Actually, you can use AprilTags as the markers on the chessboard for the Charuco. Tag families 16h5, 25h9, 36h10 and 36h11 can be used for the markers inside of the Charuco. For more information Charuco and OpenCV tag dictionaries.