You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using checkerboards, AprilTags can also be used to calibrate a pair of stereo cameras (may often lead to a more accurate calibration result).
Find correspondences using AprilTags instead of a checkerboard. An AprilTags calibration board looks something like this
Then, you can add the apriltag corner detection from the library to replace the checkerboard corner detection in the calib_intrinsic.cpp and calib_stereo.cpp files. You would need to add a popt option to decide whether to select between the two types of corner detection.
Instead of using checkerboards, AprilTags can also be used to calibrate a pair of stereo cameras (may often lead to a more accurate calibration result).
Find correspondences using AprilTags instead of a checkerboard. An AprilTags calibration board looks something like this
C++ code for AprilTags can be found here: http://people.csail.mit.edu/kaess/apriltags/
The text was updated successfully, but these errors were encountered: