摘要: |
在直线和圆的识别算法基础上提出一种基于Hough变换的四边形分类识别算法,并进行实验验证。该算法通过Hough变换检测所构成四边形的4条线段,分别计算出4条线段与平面直角坐标系横坐标的夹角值(或是斜率),然后用冒泡排序法对夹角值排序后比较大小,根据线段间的关系(平行、垂直、相交)对四边形进行分类识别。算法可行,效果较好。 |
关键词: 识别 四边形 检测 Hough变换 |
DOI: |
投稿时间:2010-08-20修订日期:2010-08-30 |
基金项目:广西教育厅科研项目(200707MS064),广西工学院青年科学基金项目(院科自0840206)资助。 |
|
A Quadrangular Sort Recognition Algorithm Based on Hough Transform |
LIU Zhi
|
(Department of Computer Engineering, Guangxi University of Technology, Liuzhou, Guangxi, 545006, China) |
Abstract: |
A quadrangular sort recognition algorithm based on the Hough Transform,according to the recognition of line and circle is proposed and proved by experimentation research testing.By means of the Hough Transform, this algorithm detects the four line segments which in the quadrangle.The abscissa's separation angles (slope) of the four line segments and the plane rectangular coordinate are worked out respectively.The four separation angles are compared after ordering them with bubble sort and the relation among the four line segments is detected. According to the parallel, vertical or intersect of line.The quadrangles are distinguished classificatorily. This kind of algorithm is proved feasible and effectual by the experimental results. |
Key words: distinguish quadrangle detect Hough Transform |