• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

计算机工程与科学

• 论文 • 上一篇    下一篇

复杂码头环境下的船舶检测与跟踪算法

王培玉1,2,李峰1,2,周书仁1,2,廖卓凡1,2   

  1. (1.长沙理工大学综合交通运输大数据智能处理湖南省重点实验室,湖南 长沙 410114;
    2.长沙理工大学计算机与通信工程学院,湖南 长沙 410114)
  • 收稿日期:2015-07-21 修回日期:2016-01-21 出版日期:2017-05-25 发布日期:2017-05-25

A ship detection and tracking algorithm
under complex wharf environment

WANG Pei-yu1,2,LI Feng1,2,ZHOU Shu-ren1,2,LIAO Zhuo-fan1,2   

  1. (1.Hunan Provincial Key Laboratory of Intelligent Processing of Big Data on Transportation,
    Changsha University of Science and Technology,Changsha 410114;
    2.School of Computer and Communication Engineering,
    Changsha University of Science and Technology,Changsha 410114,China)
     
  • Received:2015-07-21 Revised:2016-01-21 Online:2017-05-25 Published:2017-05-25

摘要:

运动模板算法在复杂环境下无法准确提取运动目标区域,并且依赖帧间间隔的选取,无法对减速运动目标取得良好检测效果。针对该缺点,提出了一种改进的运动模版算法。首先,对输入的视频序列采用Canny算子结合轮廓信息提取水岸边界线;然后,将运动历史图沿着水岸边界线进行水岸分离,消除岸上运动目标的干扰;接着,对水面区域进行形态学处理,消除背景中水面上非目标运动对象;最后,对形态学处理后的结果进行船舶轮廓检测,计算最大轮廓外接矩形的宽和高,结合船舶当前位置的尾部坐标重建船舶轮廓外接矩形,以此实现实时的、高准确度的船舶检测与跟踪。实验结果表明,在复杂水面环境下,该方法能够实现实时、准确的船舶目标检测与跟踪。
 

关键词: 运动检测与跟踪, 复杂背景, 船舶检测, 运动模板, 轮廓外接矩形重建

Abstract:

The motion template algorithm in complex environment cannot extract the region of moving objects accurately, and relying on the selection of inter frame spacing it cannot achieve good effect when detecting slow moving target. We propose an improved motion template algorithm. Firstly, we adopt the Canny operator as well as the contour information to extract the waterfront boundary line in the input video sequences.  Secondly, we divide the motion history image (MHI) into two parts along the waterfront boundary line so as to eliminate the interference of the moving target on the water’s edge. Then, morphological manipulations on water area of the MHI are used to eliminate non-target objects in the background. Finally, we obtain the maximum width and height of the external rectangle of the contour by detecting the ship contour from the processed motion history image. The external rectangle of the contour is reconstructed according to the current obtained coordinates of the ship. Experimental results show that our method can achieve accurate and real-time ship detection and tracking under complex water environment.
 

Key words: motion detection and tracking, complex background, ship detection, motion template, reconstruction of the external rectangle of the contour