I'm working on a License Plate Recognition program in C#. On this moment I need the ARGB color code of the license plate, which is done, and I need the ARGB code of the letters/numbers of the license plate. I used the GetPixel method to get the ARGB code of the license plate, the problem is the text has not a standard position.
I have the x and y values of the edges of the license plate, that's how I found the ARGB code of the license plate itself.
BTW: this part is not necessary to actually find the text in the license plate, but its a part of our program to obtain the ARGB codes.