Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 587 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 587 Bytes

QuadrilateralFinder

A recent StackOverflow question asked how to detect a quadrilateral from a scattered collection of line segments.

These line segments may be the result of a Hough transform, for example.

The repository holds my attempt at solving this problem.

Screenshot

License

Copyright (c) 2013 Drew Noakes Licensed under the LGPL license.

Author

Drew Noakes