Lane Line Detection Method Based on Point Clustering
A lane line detection and lane line technology, which is applied in the field of lane line detection, can solve the problems of unstable judgment of virtual lane line threading.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0025] The image of the lane line to be detected is as follows: figure 2 As shown, the detection method is implemented in C++ programming on the VS2010 platform, and the steps are as follows:
[0026] 1. Canny edge detection
[0027] In order to eliminate a large amount of interference information and retain the current lane line information, the embodiment selects the bottom 3 / 10 part of the image for canny edge detection, from image 3 It can be seen that the edge information of the lane line is preserved, but there is still some non-lane line information, and it is necessary to determine the lane where the current vehicle is in the multi-lane situation.
[0028] 2. Hough line detection
[0029] Hough line detection is performed on the image processed by canny edge detection. By setting the maximum line gap maxLineGap in the Hough detection line, the disconnected lane lines on the same line are connected, and the result is as follows Figure 5 , which is critical for th...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


