I trained a haar cascade which is able to detect speed limit traffic signs. Now I am wondering how to recognize numbers from the images detected.
Here are few examples of detected images:
I've got an algorithm which can recognize numbers only in case if they are in the center of the detected image. But this condition is not always the case. OCR is also not very accurate...
Which specific algorithm provides numbers recognition with a high accuracy in less than 2s in my case?