Homework 3, CSE 481b, Winter 2007

Due Thursday, January 25, 6:00 pm

Handwriting recognition

Write a program that reads in text, recognizes the text, and colors the text according to the recognition confidence: Green for high, yellow for intermediate, and red for poor. Provide a mechanism to allow setting of factoids for the recognizer. Here is a sample solution:

Sample Screen shot

Journal Input

You should take as input a Journal (.JNT) file, and use the JournalReader class to the ink from the journal file. You should do your own recognition (as opposed to taking the recognition results from the XML from the journal reader).

Hint

recoResult.TopAlternate.AlternatesWithConstantPropertyValues(RecognitionProperty.Segmentation)

Submission

By the deadline, send a screenshot of your application to cmprince@cs.