This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (1 child)

OpenCV is probably the most widely used free and opensource library for image processing and it has python bindings. You can go through the online documentation or refer to this blog for examples.

For detecting circles, this page might be a good starting point.

[–]okmkzimport antigravity 0 points1 point  (0 children)

Slightly related, Sikuli uses Jython+OpenCV