I am trying to develop am image processing algorithm to automatically recognize the embossed digits on a credit card. I know that the font used is Farrington 7B (http://www.barcode-soft.com/farrington7b_font.aspx). So I have the numbers which I have to compare the digits to. The main problem lies in segmenting the individual digits. I have been able to crop out the approximate ROI (Region Of Interest) with some margin, from the image of the entire card, and a few of them have been attached in the file below. Please help me with the following :

1. Removal of background image

2. Segmenting the digits (This step is difficult because some of the cards have the same font color as the background color)

3. Identifying the digits (I am planning to use ANNs (Artificial Neural Networks), but I am not sure how it is going to pan out.)

Thanks in advance.

More Kumar Abhishek's questions See All
Similar questions and discussions