The application of Hough Transform for corner detection

Corners are very attractive features of many applications in human perception and computer vision. The problem of detecting corners is simplified into detecting simple lines in a local coordinate system. As simple lines can be expressed using only one parameter, Hough Transform can detect them quick...

Full description

Saved in:
Bibliographic Details
Main Author: Jamaludin, Mohad Fuad
Format: Thesis
Language:English
Published: 2006
Subjects:
Online Access:http://eprints.utm.my/id/eprint/3804/1/MohdFuadJamaludinMFS2006.pdf
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:Corners are very attractive features of many applications in human perception and computer vision. The problem of detecting corners is simplified into detecting simple lines in a local coordinate system. As simple lines can be expressed using only one parameter, Hough Transform can detect them quickly. Other edge detectors have some problems when marking edge points around corners. Based on both gradient magnitude threshold and grey level analysis, the edge points can be detected. Using the Sobel and Kirsch Operator, an image can be extracted and provide the edge points for Hough Transform. Mean while, the Zhang Suen Thinning Method can be used to reduce the edge points into minima points to speed up the algorithm. To illustrate the problem, the interface program is developed by using Microsoft Visual C++ 6.0.