Assignment 4: first recognizer

Note: the content of this page might change slightly; be sure to refresh (F5) right before you start.

Goal

The goal of this assignment is to make a first version of a recognizer.

--->

To save you some hassle, the line zones are provided, but your recognizer has to find the words.

Assignment

Make a handwriting recognizer. The commandline call must be as follows:
python recognize.py input.ppm input.words output.words
where:

Make sure that the C++ part of your code compiles with the command 'make'. This is required.

Submit your program using Nestor's Digital Dropbox.

Hints

Grading

Appendix: Description of files in assignment4/

FileDescription
wordstat.pyMakes a dictionary of all words in all .words files and shows frequency statistics.

Last modified: 13 May 2009 by Axel Brink.