[Solved] Erase shadow of an image in opencv 3.0 [closed]


I also don’t see any problems with the shadow that would affect the image recognition of the plate. What you will need to do is isolate the letters and numbers on the license plate on each image file by using an image segmentation algorithm of your choice, the shadow and all the other parts of the images should be treated as noise and interference. You could also use thresholding and the Hough transform algorithm in order to assist with the optical character recognition.

solved Erase shadow of an image in opencv 3.0 [closed]