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

计算机工程 ›› 2007, Vol. 33 ›› Issue (04): 196-197. doi: 10.3969/j.issn.1000-3428.2007.04.068

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

一种导航线快速检测算法

左 森1,郭晓松1,万 敬2,郭君斌1   

  1. (1. 第二炮兵工程学院202室,西安 710025;2. 第二炮兵装备研究院,北京 100085)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2007-02-20 发布日期:2007-02-20

A Fast Navigation Line Detection Algorithm

ZUO Sen 1, GUO Xiaosong 1, WAN Jing 2 , GUO Junbin 1   

  1. (1. Room 202, Second Artillery Engineering College, Xi’an 710025; 2. Second Artillery Equipment Research Institute, Beijing 100085)
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-02-20 Published:2007-02-20

摘要: 导航线的宽度、灰度在图像中具有均匀一致性,根据这些特征,可以进行导航线的鲁棒检测。对图像上的一行,先进行水平方向上的边缘检测,对相邻的2个边缘点,如果其距离大于导航线宽度减2,而小于导航线宽度的2倍,并且这2点间像素灰度值的方差比较小,则这2点就可能是导航线的边界点。对图像的若干行进行处理得到这些点对后,利用快速哈夫变换去除非导航线边界点,再利用最小二乘法精确拟合得到导航线的直线方程。针对实际图像的检测实验表明,该算法能从复杂背景中快速鲁棒地检测出导航线。

关键词: 导航, 直线, 检测, 视觉

Abstract: The width and the gray level of the navigation line keep almost the same in the image. Based on those characters, the navigation line can be detected robustly. Scanning the image alone the horizontal line to find the neighbor edge points whose distance is between the navigation line width minus 2 and the navigation line width multiple 2, and the gray level variance of pixels between them is small. Then the navigation line can be detected from those points by fast Hough transform roughly and refined by least square method. Experiments with real images show that this algorithm can detect the navigation line robustly with high speed.

Key words: Navigation, Line, Detection, Vision