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.


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.