We finished the last chapter with a program, DigitFinder, that was able to load a photo of a speed sign and extract from it a list of black and white images of the individual digits. In this chapter, we will write code for determining the numbers that these extracted images represent.
Applying DigitFinder to different speed signs gives output images such as those shown as follows:
To determine what digit an image represents, ...