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
- Gamma Adjustment
- Histogram Equalisation
- Increase Brightness in PIL ImageEnhancer
- Adjusting decode_sharpening between 0.25-2
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
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