Ensemble computation approach to the Hough transform
Timur M. Khanipov

TL;DR
This paper presents an ensemble computation approach to analyze the complexity of the classical Hough transform, demonstrating it can be optimized similarly to the fast Hough transform using divide-and-conquer techniques.
Contribution
It introduces a constructive ensemble computation method that provides complexity bounds for the classical Hough transform and relates it to the fast Hough transform, suggesting potential circuit size improvements.
Findings
Classical Hough transform has at most $ ext{O}(n^3 / ext{log} n)$ complexity.
The ensemble approach yields the same asymptotics as the fast Hough transform for certain patterns.
Potential for smaller circuit sizes than previously thought for the classical Hough transform.
Abstract
It is demonstrated that the classical Hough transform with shift-elevation parametrization of digital straight lines has additive complexity of at most on a image. The proof is constructive and uses ensemble computation approach to build summation circuits. The proposed method has similarities with the fast Hough transform (FHT) and may be considered a form of the "divide and conquer" technique. It is based on the fact that lines with close slopes can be decomposed into common components, allowing generalization for other pattern families. When applied to FHT patterns, the algorithm yields exactly the FHT asymptotics which might suggest that the actual classical Hough transform circuits could smaller size than .
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage and Object Detection Techniques · Image Processing and 3D Reconstruction · Digital Image Processing Techniques
