First time here? Check out the FAQ!
answered 2013-03-27 13:42:41 -0600
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.