January archive

OCR, part 2.

Fri Jan 12 15:32:43 2007

As promised, here are some details about my new OCR project. It is an implementation of Shape Context matching, using the Munkres assignment algorithm to solve the weighted bipartite matching problem. I will be using Thin Plate Splines to evaluate potential matches. I am also implementing the Canny edge detection algorithm for this project.

I hope to be able to release some code examples in the next couple of weeks, so stay tuned.

Happy New Year!

Mon Jan 8 11:43:41 2007 Sorry for the delay in posting, but the holidays were quite hectic. I recently got a new project doing OCR work, and I'll post some more details about what I'm doing in the next couple of days.