Hough circles detection

Hi, I am working with hough circle detection to find two different sizes of circles, so I have circles of sizes 58 pixel and sizes 64 pixel (it does not seems like much but believe me it is!!).
So I would like the function cv2.HoughCircles to either accept a non continuous interval, or to return a metric, like the pic intensity or width so I can impose the best working radius.
If you have any tips on how to do that

see also: