Detecting concentric circles
I am trying to find circles in the attached image.
I have used the function cv::HoughCircles(img, circles, cv::HOUGH_GRADIENT, 1, 1);
. However, it is unable to detect the circle in this image or other similar images. Can someone point what I may be doing wrong?