Circle Recognition Through a Point Hough Transformation

Shi Qinyun
2003-01-01
Abstract:This paper introduces a new method, point hough transform (PHT), to detect a circle in image. The PHT technique makes use of the property that the i ntersection point of two lines that perpendicularly bisect segments of a circle is the circle's center. Every group of three points on a circle that do not belo ng to one line is correspond to a point in variables space. In variables space, highly voted point provides an indication of the existence of a circle. Compared with existing methods, the PHT is faster and more economic.
What problem does this paper attempt to address?