Homework 6 [ETC 3 hours]
Due Tuesday, September 12, 2007
Reactions [15 minutes]
- Read the blogs of other students in the class. Comment on at least 3 of them.
[Anywhere] Reading (ETC: 1 hour):
- Read: Bo Yu, Shijie Cai. A Domain-Independent System for Sketch Recognition(ETC: 40 minutes)
- Blog 6: Write Summary and Discussion for Reading (ETC: 20 minutes).
Coding [ETC 2 hours]:
- Download data for class. Start to implement a corner finder algorithm as follows:
- Compute Fd = curvature corners for each shape using Sezgin's method
- Compute Fs = speed corners for each shape using Sezgin's method
- Compute CCM and SCM values for Fd and Fs
- Compute hybrid initial fit
- Compute error for initial fit
- Compute error for final fit - polyline fit
- Identify each segment as a polyline or an arc.
- Compute error: A stroke is identified correctly if 1) the number of corners is correct, 2) the subpieces are in the correct order