hough-space
There are 5 repositories under hough-space topic.
OlehOnyshchak/LineDetection
A pipeline which extract edges from an image with Canny Edge Detector and then identifies lines, which forms those edges
n5596/Hough-Voting
An implementation of hough voting, where an object can be detected in an image by the use of a voting method.
tylerlum/self-driving-car-vision
Identify road lane in pictures and videos using OpenCV and Python
vishvadesai9/CS6320_CV
Computer Vision Course at the University of Utah
yasinyildirim/HoughLineDetector
line detection using Hough transform and GMM for clustering in Hough space.