Hint: Matlab has a lot of useful functions for this problem set.
"help Use the first image to create a set of training e's. Test on this
training image and calculate your accuracy:
Acc = (N - D - S - I) / N
Where N is the number of samples, D are the deletions (failed to
recognize the letter was present), S are the substitutions
(incorrectly recognized the letter), I are insertions (labeled
noise (i.e. something not a letter) as the particular letter).
Use the second image as an independent test (i.e. use the
same system that you developed for the first image on the second but
without using any examples from the second image to train the
system). What accuracy did you achieve?
Do the same thing with the third image. What was the accuracy?
Did your method generalize well? Try to use other features to help
recognize the letter. What did you use? How much did it improve the
accuracy?
Click Right Mouse button (and choose Save As)to download in
TIFF or in GIF, OR copy from
/net/www/classes/AY2002/cs4495_fall/ps/ps4/ps1-ex1.tiff
Click Right Mouse button (and choose Save As) to download in
TIFF or in GIF OR copy
from /net/www/classes/AY2002/cs4495_fall/ps/ps4/ps1-ex2.tiff
Click Right Mouse button (and choose Save As) to download in
TIFF or in GIF OR copy
from /net/www/classes/AY2002/cs4495_fall/ps/ps4/ps1-ex3.tiff
This problem set requires a little bit more thinking and algorithm
construction than the previous problem sets. Therefore it is essential
that you turn in the following in your README/index.html file
(You
will not get full credit otherwise):
Your output for each vowel should be three images in which the
detected letters are highlighted.



You will submit your work electronically (no paper). Instead, you will submit an HTML file. Create your own web page in the spirit of the template provided for PS2. The format of the page is up to you. Feel free to add as many result images, intermediate results images, and result images for different values of the control parameters as you think is necessary to demonstrate your work. However, the page should contain at least the following:
Your matlab code should be reasonably commented if you want us to understand it and give you credit/comments. Also include test scripts for each of the two subproblems: test_e_only.m and test_vowels.m. These files should demonstrate your work for part 1 (letter e only), and part 2 (all vowels) of this problem set, respectively. test_vowels.m will be used to determine the winner for part 3. The scripts should:

To submit your work do the following: