Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement stereo calibration using AprilTags #4

Open
sourishg opened this issue Nov 13, 2017 · 2 comments
Open

Implement stereo calibration using AprilTags #4

sourishg opened this issue Nov 13, 2017 · 2 comments

Comments

@sourishg
Copy link
Owner

sourishg commented Nov 13, 2017

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/

@piyush-jena
Copy link

I would like to work on the issue.

@mpdmanash
Copy link
Collaborator

@theSarge911, great. You can start by implementing stand-alone apriltags package from http://people.csail.mit.edu/kaess/apriltags/ .

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants