2
I am with this small prolema, I searched a lot on the internet and in the documentation but I did not find anything related, I need to know what the accumulation value of each circle generated by the function, example: center circle (x,y) r radius had 50 accumulation points
In my case, I need to know which circle had the greatest accumulation, because this is the only circle that interests me among all generated!
Man, this is already implemented in the function itself and it will return the most evident circles. If you want, you can define the size of the radius of the circle you want to find, or you can show the circle that is in a certain pixel neighborhood.
– user18593
Related: http://answall.com/q/124576/73
– Luiz Vieira