Ask Your Question

Revision history [back]

To find circles in an image, you can use the Hough transform for circle, where the output is (x,y,radius) for each circle. Since you have the center, you could find the color of that point if it's what you want.