Representation of contours by connected quadratic curves and its implementation and simulation

Recognition of characters is a problem in image recognition. Contours are often used. The contour of a character can be expressed with much less data than the original character. There are a suit of algorithms that represent contours by connected quadratic curves. With this representation, corners o...

Full description

Bibliographic Details
Main Author: Li, Xu Wu
Format: Others
Published: 2002
Online Access:http://spectrum.library.concordia.ca/2349/1/MQ72939.pdf
Li, Xu Wu <http://spectrum.library.concordia.ca/view/creators/Li=3AXu_Wu=3A=3A.html> (2002) Representation of contours by connected quadratic curves and its implementation and simulation. Other thesis, Concordia University.
Description
Summary:Recognition of characters is a problem in image recognition. Contours are often used. The contour of a character can be expressed with much less data than the original character. There are a suit of algorithms that represent contours by connected quadratic curves. With this representation, corners of characters can be detected by locating those corner points. This project will emphasize on the implementation of those algorithms: including the contour tracking, segmentation and how quadratic curves are obtained from the contour. It is a java application and has a GUI interface. You can select an image, run the algorithm and see the simulation steps.