experiencor / semantic-lane-detection

A robust lane detection system based on fully convolutional network for segmenting the road and the lane.
54 stars 16 forks source link

why use hierarchical clustering and canny detection #1

Open FrancisGee opened 6 years ago

FrancisGee commented 6 years ago

why use hierarchical clustering and canny detection, any ideas behind that?

experiencor commented 6 years ago

They are post-processing steps to find out the exact points to be connected to form the lane lines. Any kinds of clustering would do.