Real-time line detection through an improved Hough transform voting scheme
Abstract
The Hough transform (HT) is a popular tool for line detection due to its robustness to noise and missing data. However, the computational cost associated to its voting scheme has prevented software implementations to achieve real-time performance, except for very small images. Many dedicated hardware designs have been proposed, but such architectures restrict the image sizes they can handle. We present an improved voting scheme for the HT that allows a software implementation to achieve real-time performance even on relatively large images. Our approach operates on clusters of approximately collinear pixels. For each cluster, votes are cast using an oriented elliptical-Gaussian kernel that models the uncertainty associated with the best-fitting line with respect to the corresponding cluster. The proposed approach not only significantly improves the performance of the voting scheme, but also produces a much cleaner voting map and makes the transform more robust to the detection of spurious lines.
- Publication:
-
Pattern Recognition
- Pub Date:
- 2008
- DOI:
- 10.1016/j.patcog.2007.04.003
- Bibcode:
- 2008PatRe..41..299F
- Keywords:
-
- Hough transformation;
- Real-time line detection;
- Pattern recognition;
- Collinear points;
- Image processing