English

Analyzing Deviations of Dyadic Lines in Fast Hough Transform

Computer Vision and Pattern Recognition 2023-11-17 v1 Probability

Abstract

Fast Hough transform is a widely used algorithm in pattern recognition. The algorithm relies on approximating lines using a specific discrete line model called dyadic lines. The worst-case deviation of a dyadic line from the ideal line it used to construct grows as O(log(n))O(log(n)), where nn is the linear size of the image. But few lines actually reach the worst-case bound. The present paper addresses a statistical analysis of the deviation of a dyadic line from its ideal counterpart. Specifically, our findings show that the mean deviation is zero, and the variance grows as O(log(n))O(log(n)). As nn increases, the distribution of these (suitably normalized) deviations converges towards a normal distribution with zero mean and a small variance. This limiting result makes an essential use of ergodic theory.

Cite

@article{arxiv.2311.10064,
  title  = {Analyzing Deviations of Dyadic Lines in Fast Hough Transform},
  author = {Gleb Smirnov and Simon Karpenko},
  journal= {arXiv preprint arXiv:2311.10064},
  year   = {2023}
}
R2 v1 2026-06-28T13:23:38.588Z