Search digits in the license plate of the car
I am developing the Russian system ANPR (full open sourse) .
The system already knows how to find the license plate.
But I am having difficulty with the division of numbers and letters in the license plate.
I know the method Haar. Do I need to use it to achieve this goal or are there other methods?
Image number 1 shows that I have. Image number 2 shows that I need.
You can use opencv scene text detection functions: http://docs.opencv.org/trunk/modules/objdetect/doc/erfilter.html
btw there is a haarcascade for russian license plates in the opencv repo. just give it a try.
berak, thanks for answer. This haarcascade finding License plate. I know how finding it. My question is how find digits and char in license plates