Quantcast
Channel: Programming Forums
Viewing all articles
Browse latest Browse all 51036

Recognize Letters Written With Asterisks

$
0
0
Hey guys,
I've been trying for about a week now to figure out a programming algorithm to convert pixels into asteriks then into letters. I'm not 100% sure if that makes sense but to quote from the challenge "to write a program to recognize letter patterns in a ten by ten grid of pixels. Your program will analyze the input and look for matches for the following letters of the alphabet.

A, B, C, E, F, G, H, I, L, M, P, S, T, Y

The patterns will be given as asterisks and blank spaces in a text file, where asterisks indicate a black pixel and all other characters indicate a white one. The input file will consist of a number of such patterns, and your program must read in each pattern and classify it as one of the letters given above or as unrecognizable(that is, the input pattern does not match any of the given letters).

For ease of computation, your program should read the input into arrays of integers, loading 0's for blanks, and 1's for asterisks. We recommend that you embed the 10x10 array in the interior of a 12x12 array, whose leftmost and rightmost columns, and topmost and bottommost rows are all 0's. The reason for this will be made clearer below.

To distinguish the letters, the following three features must be calculated for each input pattern. Each feature has an integer value that is greater than or equal to 0. "

just to be clear: While I would appreciate the gesture of someone writing out the code I am not asking for this. Simply help in a few things.
1) how to set up a 10x10 array and a 12x12 array to ..overlap it?...
2) steps in figuring out how to do the conversion
3) how I can make it run in eclipse

I've seriously been struggling with this for a long time now. I can't get an array to work for starters and secondly I've read through "Basic Java Programs" 2nd edition by Reges chapters 8-10 and still can't quite comprehend this. I'm very new to this, and outside help isn't really working. I would really appreciate the help. Thanks.

Viewing all articles
Browse latest Browse all 51036

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>