AprilRobotics / apriltag

AprilTag is a visual fiducial system popular for robotics research.
https://april.eecs.umich.edu/software/apriltag
Other
1.47k stars 522 forks source link

Suggestions on improving detections in low light conditions #318

Open vishakha-lall opened 4 months ago

vishakha-lall commented 4 months ago

I am working on AprilTag detections in a simulator environment which is dark and the (physical) tag is stuck on a screen. (See attached) frame-000035 The above image is captured when the lights in the simulator room are turned on. However, as a use case, I have frames that look like frame-000074 I want to know if anyone has tried some denoising/exposure enhancement techniques that do not affect the detections? I am able to do gamma adjustment and the tags are visible in the image but not detected. frame-000074 Things I have already tried

FYI, the image size is 1920x1080 and the tag sizes are 30mm and 40mm

brmarkus commented 4 months ago

In a similiar challanging environment (incar cabin) infrared camera sensors are used. Would that be an option for you? Or print the tags on reflection capable paper?

vishakha-lall commented 4 months ago

@brmarkus thank you for your response, at this time probably not. I am trying to see if I can use some image processing techniques before I consider suggesting hardware changes. I am intrigued about reflection capable paper, would you be able to share an example?

brmarkus commented 4 months ago

Think about foils like on car number plates, or stripes on emergency vehicles, e.g. "https://www.reflecto.shop/".

With using infrared camera sensors the vehicle number plate recognition&detection got greatly improved (especially with bright light sources).

brmarkus commented 4 months ago

Isn't your environment static...? What do you use the tags for - in a AR/VR environment to dynamically place the various screens to composite the "plane's control board"?

What about detecting the table based on its shapes, contour, corners, edges, maybe apply perspective transformations? (like e.g. https://learnopencv.com/automatic-document-scanner-using-opencv/)