-
Notifications
You must be signed in to change notification settings - Fork 541
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
Suggestions on improving detections in low light conditions #318
Comments
In a similiar challanging environment (incar cabin) infrared camera sensors are used. Would that be an option for you? |
@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. |
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). |
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? |
I am working on AprilTag detections in a simulator environment which is dark and the (physical) tag is stuck on a screen. (See attached)
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
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.
Things I have already tried
Is there anything that I can try in terms of preprocessing or modifying detection parameters/lowering thresholds?
FYI, the image size is 1920x1080 and the tag sizes are 30mm and 40mm
The text was updated successfully, but these errors were encountered: