Line detection in a figure (point cloud)

13 views (last 30 days)
Hello, I have a figure (point cloud) as you can see in the picture.
Now I want to detect if there are two lines with an fix distance.
Can someone help me please how to do it?

Accepted Answer

Image Analyst
Image Analyst on 3 Jun 2015
Looks like you might have to use RANSAC to find the lines. Once you've found a line, remove those points to find the next line(s).
  2 Comments
Dennis Sattelmaier
Dennis Sattelmaier on 4 Jun 2015
Thank you for the fast answer. But how I have to write the code for RANSAC? There is no Matlab describtion for RANSAC.

Sign in to comment.

More Answers (0)

Categories

Find more on Licensing on Cloud Platforms 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!