how to write a program that identifies circles in an image code example
Example: detect a circle in an image along with radius and color
[centersBright,radiiBright] = imfindcircles(rgb,[20 25], ...
'ObjectPolarity','bright','Sensitivity',0.92);