-
Notifications
You must be signed in to change notification settings - Fork 553
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
apriltag3 vs apriltag2 -- detect quad #263
Comments
The behaviour between the implementations changed. This repo hosts all the versions. If you need an older implementation, you will have to check out that specific commit. @mkrogius @wxmerkt Since this also came up in #262, I think it makes sense to create branches |
It would be great to have branch apriltag2 for the previous versions 2. |
@ruichaowang Neither AprilTag 3 nor AprilTag 2 supports tags with the extra calibration squares on the corners like that. I also don't recognize the style of the image you have uploaded as @christian-rauch I think that makes sense. Unfortunately none of the earlier AprilTag releases are commits in this repo. It may take some digging in order to find the original releases for AprilTag 1 and AprilTag 2 |
@christian-rauch here i am confused by the highly distorted image how to detect the apriltag accurately and efficiently?from my side, the first step is to rectify the image and then to detect the apriltage code. But like the fisheye image as the issue shown, the undistorted image has cropped lots of FOV(using opencv), so how to detect the tags at the edge of the image? |
@XavierQL What is confusing? You should rectify the image in any case to have the line detection working properly. Is this related to the AprilTag 2 vs. 3 discussion above? |
Describe the bug
Apriltag 3 has a lower detect rate than Apriltag 2.
Tag family: tagCodes36h11
To Reproduce
Steps to reproduce the behavior:
parameters for apriltag3:
Expected behavior
Apriltag 3 can detect more tags than Apriltag 2.
** Input Image**
raw imgae:
using apriltag2:
using apriltag3:
Screenshots
apriltag2 debug,
apriltag3 debug,
as you can see the apriltag2 can detect more quads.
Operating Sytem
m1 mac
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: