Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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:image description