Given something as follows (points are known for corners, equations are known for lines), how can I determine the largest/outermost quadrilateral/set of lines/set of corners?
I'm stumped. The closest thing I've come across is a convex hull, but this will create a list of more than 4 corners.
Thanks!