First time here? Check out the FAQ!
answered Mar 27 '13
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.