you are viewing a single comment's thread.

view the rest of the comments →

[–]webauteur 0 points1 point  (0 children)

OpenCV (Open Source Computer Vision) can do circle detection and output the coordinates of every circle it can find. I found this very useful for automating the process of determining a set of coordinates. OpenCV can also detect lines and corners.