Refine Your Search

Search Results

Technical Paper

Lane Detection System for Night Scenes

2018-08-07
2018-01-1617
Most of algorithms of lane detection mainly aim at the scenes of daytime. However, those algorithms are unstable for the lane detection at night because the camera is very sensitive to the light change. This paper proposed a lane detection algorithm that largely improves the detection system’s performance when it is used at night. The algorithm has two main stage: Image processing and Kalman filter (KF). The key process steps of Stage 1 are: extracting the Region of Interesting (ROI)→Edge Detection →Binarization→Hough→ Lane Selection→Lane fitting. First step, a ROI could be extracted according to the relatively fixed location of lanes. In step of edge detection, we use a creative filter named Correlation filter to remove image noise and remain the feature of lane. The filter matrix looks like “[0 1 1, −1 0 1; −1 −1 0]”. Next, the candidate lines are detected by the Hough transform, then, the equations of lane are acquired by fitting spots obtained from Hough.
X