Ask Your Question

Wythe's profile - activity

2020-10-21 01:44:20 -0600 received badge  Nice Question (source)
2017-03-22 04:04:03 -0600 received badge  Student (source)
2014-04-04 07:49:03 -0600 received badge  Editor (source)
2014-04-04 07:48:17 -0600 asked a question HoughCircles seems powerless when dealing with concentric circles

HoughCircles seems powerless when dealing with concentric circles.Like this image description,it can only detect one circle. I looked at the source code of OpenCV, for a center,it just calculate one most possible radius, so it can only detect one circle. So is there a effective method for this task?