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...

全面介绍

Saved in:
书目详细资料
主要作者: Jamaludin, Mohad Fuad
格式: Thesis
语言:English
出版: 2006
主题:
在线阅读:http://eprints.utm.my/id/eprint/3804/1/MohdFuadJamaludinMFS2006.pdf
标签: 添加标签
没有标签, 成为第一个标记此记录!
实物特征
总结: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.