class Circle – Circle object

The circle object is an attrtuple returned by Image.find_circles(). It has 4 fields accessible as attributes or by index [0..3].

class image.circle

Please call Image.find_circles() to create this object.

x() int

Returns the circle’s x position. Index [0].

y() int

Returns the circle’s y position. Index [1].

r() int

Returns the circle’s radius. Index [2].

magnitude() int

Returns the circle’s magnitude from the Hough transform. Index [3].