English

Ensemble computation approach to the Hough transform

Computational Complexity 2018-02-20 v1 Computer Vision and Pattern Recognition

Abstract

It is demonstrated that the classical Hough transform with shift-elevation parametrization of digital straight lines has additive complexity of at most O(n3/logn)\mathcal{O}(n^3 / \log n) on a n×nn\times n 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 Θ(n2logn)\Theta(n^2\log n) FHT asymptotics which might suggest that the actual classical Hough transform circuits could smaller size than Θ(n3/logn)\Theta(n^3/ \log n).

Keywords

Cite

@article{arxiv.1802.06619,
  title  = {Ensemble computation approach to the Hough transform},
  author = {Timur M. Khanipov},
  journal= {arXiv preprint arXiv:1802.06619},
  year   = {2018}
}

Comments

22 pages, 8 TikZ figures

R2 v1 2026-06-23T00:26:20.637Z