I have 2 cluster of points, each of which are derived from a RANSAC line fitting (among several points in the set). Solving the system of equations, I can retrieve the parameters for the two lines in least square fashion. I want to determine if these two lines intersect within the set of points or not. If so, I want to determine the intersection point.
I guess I need to do some kind of approximation for estimating the intersection (because unless they are parallel, they will intersect at some point, but I want to determine if that point belongs to the set of points I have). Two cases are shown in (a) & (b) of the figure.