I want to do motion detection and block matching based on features on the road.
The problem is the lighting effect at night that comes from reverse light mirror shape. The mirror cause the lighting to create lines and not-well distributed illumination. Thus, my algorithm cannot detect the feature motion in next frame.
I have tried CLAHE, basic image pre-processing and averaging illumination. But nothing really works.
I would appreciate any help in removing the effects of the uneven illumination.