First time here? Check out the FAQ!
answered 2013-01-15 07:49:57 -0600
You can use Hough Circle detector to find circles in image. You can use it either on your original image (after convertion to gray level) or on your segmented image (not the most effective approach but very simple one).