drewnoakes / quadrilateral-finder

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:C# 100.0%