i’m trying to find a way to count barrels on an image.
For this I’m using Hough Transformation.
I tried my code first recognising eyes and it works excellent. But now the problems is when i try to find more than one center on the image.
For the eye case, I just use Hough with an accumulator, that later will tell me the position of the posible center.
but if I try with this image, it only prints a circle, instead of 10.
any recomendation?
4