How do i group cluster lines into a single line and then sort this line from left to right

3 views (last 30 days)
I am writing codes on lane detection and have been able to detect the line in the edge images using Hough Transform, the problem now is the two steps to complete my algorithm which are; 1. Grouping the detected cluster lines in one line which will serve as the lane marking 2. sort the lane marking from left to right and find the midline of each lane. please, how do i go about this?

Answers (1)

Image Analyst
Image Analyst on 20 May 2015
15.3.3 Road, Path Following Operators
15.3.3.1 Road Following, Depth, Stereo Based, Off-Road, Safe Path
15.3.3.2 Lane Detection, Lane Following, White Line Detection
  5 Comments
Amir Najian
Amir Najian on 7 Nov 2016
I need to cluster a set of line segments (essentially street centerlines) into groups of similar shapes. Where do you suggest I should start? I'm quite familiar with clustering techniques in MATLAB, but not as experienced in Image Processing. Any suggestions are much appreciated.

Sign in to comment.

Categories

Find more on Image Processing and Computer Vision in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!