quadrilateral-finder

A solution to the computer vision problem of finding a quadrilateral shape from a set of scattered line segments

GPL-3.0 License

Stars
14
Committers
1

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