First time here? Check out the FAQ!
answered 2016-12-09 05:55:21 -0600
You should decrease the threshold for the circles detection - read this manual
Call function with not default parameters:
cv::HoughCircles(img,_vcircles,CV_HOUGH_GRADIENT,1,1,100,20);
and you will get: