Closed jwngo closed 4 years ago
The idea is to find four lane lines which are i). left to current left, ii). current left line, iii). current right line, vi). right to current right. 'Current' refers to the lane area where the vehicle is driving. Then sort them in the list as the lines from left to right. An intuitive way to sort as that is based on lines' slope. So that's all.
Hi, thank you for sharing your code.
I am a little confused about this part of the lane label generation.
specifically, identifying the 1st, 2nd 3rd and 4th lane through slope. May I ask about the inner workings of this implementation? Like why slope[i]<=90 would signify that i is idx_2 and so on.
Thank you for your time