“…After the above image processing, the result image is a binary image, because the lane line edges are discontinuous in a binary image, the lane line maybe a group of line segments, to connect the segments, the standard Hough line transform algorithm is often used, but the results in some cases are not satisfactory. To overcome the shortages, some researchers have studied various straight line and curve fitting algorithms according to the characteristics of lane lines, for instance, Ozgunalp et al developed such an algorithm for tracing the lane lines based on the vanishing point estimation 19 ; Niu et al made the two-stage feature extraction with a curve fitting function 20 , and in 2021, we studied lane line detection in the raining weather with improved MSR and Hessian matrix for road image enhancement 21 . To well identify lane lines after the above image segmentation, the different versions of Hough transform are published, e.g., Fang, et al (2018) researched a lane line extraction algorithm on Hough Transform, in their Hough transform, the points conforming to the parallel characteristics, angle and length characteristics, and intercept characteristics of lane line are chosen in a Hough space, where, the selected points are converted into a lane line equation, and the final lane lines are conducted with fusion and property identification 22 ; Sun, et al (2019) made a multiple stage Hough Space computation for lane line detection 23 ; and Zhang and Ma (2019) did a lane line detection method by utilizing the Hough transform for the complex environments 24 .…”