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

Unable to detect apriltag in image with illumination noise #16

Open
mishti-29 opened this issue Aug 12, 2021 · 1 comment
Open

Unable to detect apriltag in image with illumination noise #16

mishti-29 opened this issue Aug 12, 2021 · 1 comment

Comments

@mishti-29
Copy link

https://stackoverflow.com/questions/68743775/remove-illumination-noise-from-image-to-detect-april-tag
I am trying to detect apriltags in real-time live feed using lib-dt-apriltags library.
As per my knowledge,detection of apriltag is possible when we have clear edges.But because of the illumination / glare / reflection due to light,the edges are not clearly visible and I am unable to detect it.I cannot implement heavy computation in my processor so how to proceed with this problem or what are the possible solution for successful detection of tag?
Also I have tried to apply otsu,adaptive thresholding to image but it did not help much in successfully detecting tag.
6MAly
15_01_44_150621

@afdaniele
Copy link
Member

In this case you have two problems.

  1. There is a glare produced by the lens that is messing up with one of the borders of your tag. There isn't much you can do via software here, avoid glares;
  2. Apriltag detection is based on the assumption that the brightest and darkest regions of your image correspond to the white and black parts of your tag. In your picture, the bloom is way brighter than the white part of the tag and the black cables are darker than the tag;

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

No branches or pull requests

2 participants