Approaches to extending the Hough transform

The authors survey three approaches to extending the Hough transform that improve speed and reduce memory requirements. Two approaches center on the use of two-pass techniques to reduce dimensionality. One approach, specifically aimed at circle extraction, offers little more than a polar transformation. In the second approach, for ellipses, center coordinates and rotation are extracted in the first pass, and major and minor radii in the second. The final technique involves an iterative search procedure based on combining intersecting points between an approximation ellipse and its target and using a nonlinear least squares to evaluate the approximation. Each of these techniques requires less than 5% of the execution time of the equivalent Hough transform.<<ETX>>

[1]  Josef Kittler,et al.  Detecting partially occluded ellipses using the Hough transform , 1989, Image Vis. Comput..

[2]  Saburo Tsuji,et al.  Detection of Ellipses by a Modified Hough Transformation , 1978, IEEE Transactions on Computers.

[3]  E. R. Davies,et al.  A modified Hough scheme for general circle location , 1988, Pattern Recognit. Lett..

[4]  Josef Kittler,et al.  Ellipse Detection using the Hough Transform , 1988, Alvey Vision Conference.

[5]  Josef Kittler,et al.  A survey of the hough transform , 1988, Comput. Vis. Graph. Image Process..

[6]  Hideo Tsukune,et al.  Extracting Elliptical Figures from an Edge Vector Field , 1984 .

[7]  Josef Kittler,et al.  The Adaptive Hough Transform , 1987, IEEE Transactions on Pattern Analysis and Machine Intelligence.

[8]  Robert S. Conker A dual plane variation of the Hough transform for detecting non-concentric circles of different radii , 1988, Comput. Vis. Graph. Image Process..