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
Help:who can briefly talk about the idea of aprilgrid detection and the diff by compared with aprilgtag(https://github.com/AprilRobotics/apriltag)
#707
Open
XavierQL opened this issue
Aug 28, 2024
· 2 comments
As I my test shown, the apriltag unit can be detected well by the code from https://github.com/AprilRobotics/apriltag. but it didn't detect any apriltag in aprilgrid by kalibr creat. Meanwile, the kalibr can well detect the aprilgrid.
ps. it didn't cause by the markBorderBits and the image is low distorted (HFOV=30°)
as discripted in paper(AprilTag 2: Efficient and robust fiducial detection), as long as the the apriltag in aprilgrid is segmented, the apriltag in aprilgrid will be detected, am i right? so the border is interrupted by the black squares in the aprilgrid?
I am comfused what's the root cause leading to this big difference?
Much appriecated
The text was updated successfully, but these errors were encountered:
It has been a long-time since working on it, but iirc we made the border wider than the data bits to reduce misdetections between border and data bits under high distortions / very skewed views. Aswell as introduced the a checker-board pattern in the AprilGrid to achieve more stable corner detections.
It has been a long-time since working on it, but iirc we made the border wider than the data bits to reduce misdetections between border and data bits under high distortions / very skewed views. Aswell as introduced the a checker-board pattern in the AprilGrid to achieve more stable corner detections.
Thx for your reply.
firstly, would you talk about iirc in detail? the border bits of aprilgrid created by kalibr is already 2, this means 2bits border is not enough?
Back to the topic, even i detect the orignal aprilgird image in simulation, apriltag's code doesn't work anyway. there is no distortion, no noise, no view angle, etc. But if i remove the small black squares, it works well. so i guess the reason is not the border bits, the small black squares did. am i right?
looking forward to your explaination in detail what the kalibr do to fix this big gap with apriltag's code . much appriecated.
As I my test shown, the apriltag unit can be detected well by the code from https://github.com/AprilRobotics/apriltag. but it didn't detect any apriltag in aprilgrid by kalibr creat. Meanwile, the kalibr can well detect the aprilgrid.
ps. it didn't cause by the markBorderBits and the image is low distorted (HFOV=30°)
as discripted in paper(AprilTag 2: Efficient and robust fiducial detection), as long as the the apriltag in aprilgrid is segmented, the apriltag in aprilgrid will be detected, am i right? so the border is interrupted by the black squares in the aprilgrid?
I am comfused what's the root cause leading to this big difference?
Much appriecated
The text was updated successfully, but these errors were encountered: