Ok,
Here is wat i gotta do in my next assinement.
I am given a file, either a bmp or jpeg containing a picture (at the moment it's either one or the other), I'm not sure.
The file contains a word of five letters from the alphabet. All these words are block capitals.
I have to somehow, write a program to read the file and establish what letters they are! My teacher said as a hint, I will have to use some sort of learning network to intelligently distinguish what letters are being shown. Since the letters are of a generic typeset rather than handwritten crap, she said it shud b easier.
I have an idea as to which learning algo I wud like to use and what data structure I'd like to represent it with. However, I have no idea how to do the scanning of the file.
Please help!! :cry: :cry: :cry: