RANSAC with multiple lines to be detected
22:28 30 May 2016

This is a bit of a theoretical question, but I was wondering how one randomly chooses points when there are multiple lines to be detected in an image. In most examples I have seen so far, there seems to be only one line to be detected, and it seems easy. However, I am not sure how it is extended to detect multiple lines with a lot more points.

image-processing computer-vision feature-detection ransac