作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2011, Vol. 37 ›› Issue (10): 140-142. doi: 10.3969/j.issn.1000-3428.2011.10.047

• 人工智能及识别技术 • 上一篇    下一篇

Hough变换空间中基于直线的模板匹配

胡方明,彭国华   

  1. (西北工业大学理学院应用数学系,西安 710129)
  • 出版日期:2011-05-20 发布日期:2011-05-20
  • 作者简介:胡方明(1984-),男,硕士,主研方向:图像处理,计算机视觉;彭国华,教授、博士生导师
  • 基金资助:
    国家自然科学基金资助项目(60672135)

Template Matching Based on Straight Lines in Hough Transform Space

HU Fang-ming, PENG Guo-hua   

  1. (Department of Applied Mathematics, College of Science, Northwestern Polytechnical University, Xi’an 710129, China)
  • Online:2011-05-20 Published:2011-05-20

摘要: 现有算法精度低,且线段被完全遮挡时会出现误匹配甚至无法匹配等情况,为此提出改进的直线匹配算法。该算法在 匹配阶段改进搜索方法,通过删除缺失目标直线对应的模板图像直线,建立新的模板图像轮廓再进行匹配,解决直线段缺失时无法匹配问题;在 匹配阶段引入RANSAC算法剔除误匹配直线对,解决误匹配问题。实验表明,该方法能解决目标直线被遮挡问题,并提高匹配精度。

关键词: Hough变换, 目标检测, RANSAC算法, sobel算子, 最小二乘

Abstract: As to the previous algorithms, the accuracy of matching is low and when the line segments are occupied, the matching is failure or even not to be implemented. Focusing on these instances, this paper presents a modified method. In matching, a new search method establishes a new contour of the model image via removing its lines corresponding to the missing lines, so it solves the problem that the procedure of matching can not be implemented when several line segments in model image are absence; and in matching, the Random Sample Consensus(RANSAC) algorithm is introduced to settle the problem of mismatch by removing the pairs of mismatching lines. Experiments demonstrate that the proposed algorithm can settle the problem brought by occupied lines, and promote the accuracy of the matching.

Key words: Hough transform, object detection, Random Sample Consensus(RANSAC) algorithm, sobel operation, least squares

中图分类号: