摘要
文章以OpenCV软件为主要平台,基于机器视觉建立一种车道线的检测及跟踪方法。首先检测出图片中车道线区域,对每一帧图片做透视转换到鸟瞰图视角。然后对鸟瞰图二值化,进一步区分左右两条车道线。用滑动窗口的方法检测第一帧的车道线像素点,从第一帧的曲线周围寻找后面的车道线像素点,拟合车道线曲线。经实验证明该方法能够准确地检测出车道线。
This paper uses OpenCV software as the main platform,and establishes a method of lane line detection and tracking based on machine vision.First,detect the lane line area in the picture,and convert each frame of the picture to the bird's-eye view perspective.Then binarize the bird's-eye view to further distinguish the left and right lanes.The sliding window method is used to detect the lane line pixels of the first frame,and find the subsequent lane line pixels around the curve of the first frame to fit the lane line curve.Experiments show that this method can accurately detect lane lines.
作者
高越
张勇
杜学峰
杨伟
GAO Yue;ZHANG Yong;DU Xuefeng;YANG Wei(Chang’an University,College of Automobile,Shaanxi Xi'an 710064)
出处
《汽车实用技术》
2021年第15期51-52,78,共3页
Automobile Applied Technology
关键词
机器视觉
车道线
滑动窗口
检测
追踪
Machine vision
Lane line
Sliding window
Detection
Tracking